BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 83

Advertising
background image

71

bool CheckDeviceWebPageUsage(int deviceWebPageId)

bool CheckDeviceWebPageUsageByName(string name)

bool RenameDeviceWebPage(int deviceWebPageId, string newName)

bool DeleteDeviceWebPages(int[] deviceWebPageIds)

PagedList<WebPage> GetDeviceWebPages(int marker, int pageSize)

Description
Retrieves the next page of the

DeviceWebPage

list, sorted by

[string] Name. The returned list will contain no more

items than the defined page size.

Required Permissions
None

Parameters

[int] marker: The identifier of the last DeviceWebPage instance on the previous page. If this value is negative,
the method will retrieve the first page.

[int] pageSize: The maximum number of objects returned by the method. If the list of objects that match the
search criteria exceeds the

[int] pageSize limit, the returned list will indicate that it is truncated. If the integer is

not positive, then the method will return the maximum allowed number of objects. Attempting to request more
objects than is allowed will lead to the same result, but without an error.

List<WebPage> GetSpecifiedDeviceWebPages(int[] webPageIds)

Description
Retrieves a list of

DeviceWebPage

instances matching the specified identifiers. The identifiers of nonexistent

DeviceWebPage instances will be ignored.

Required Permissions
None

Advertising