BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 78

Advertising
background image

66

[bool] loadAssets: A flag specifying whether the method should also initialize and return a list of all assets
currently being used by the Web Page.

WebPage GetWebPageByName(string name, bool loadContent)

Description
Retrieves the

WebPage

instance with the specified

[string] Name. This method returns Null if the WebPage

instance with the specified name does not exist.

Required Permissions
Web Page: View Web Pages

Parameters

[string] name: The user-defined Name of the WebPage instance to be retrieved. The length of the string is
limited to 50 characters.

[bool] loadAssets: A flag specifying whether the method should also initialize and return a list of all assets
currently being used by the Web Page.

bool CheckWebPageName(string name)

Description
Determines whether the specified

WebPage

entity

[string] Name is currently in use. This method returns True if a

Web Page with the specified name currently exists.

Note that when using this method to check whether a Web Page can be uploaded, a False status may change after
this method is called.

Required Permissions
None

Advertising