Device web page, Presentation – BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 8

Advertising
background image

bool CheckWebPageUsageByName(string name) .............................................................................................................................................. 67

bool RenameWebPage(int webPageId, string newName) .................................................................................................................................. 68

bool DeleteWebPages(int[] webPageIds) ............................................................................................................................................................ 68

Device Web Page ............................................................................................................... 70

DeviceWebPage Entity .................................................................................................................................................. 70

Device Web Page Management Web Methods ............................................................................................................ 70

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

List<WebPage> GetSpecifiedDeviceWebPages(int[] webPageIds) .................................................................................................................... 71

PagedList<WebPage> FindDeviceWebPages(string namePattern, int marker, int pageSize) ........................................................................... 72

DeviceWebPage GetDeviceWebPage(int webPageId, bool loadAssets) ............................................................................................................ 72

DeviceWebPage GetDeviceWebPageByName(string name, bool loadContent) ................................................................................................ 73

bool CheckDeviceWebPageName(string name) ................................................................................................................................................. 73

bool CheckDeviceWebPageUsage(int liveTextFeedId) ....................................................................................................................................... 74

bool CheckDeviceWebPageUsageByName(string name) ................................................................................................................................... 74

bool RenameDeviceWebPage(int webPageId, string newName) ....................................................................................................................... 75

bool DeleteDeviceWebPages(int[] webPageIds) ................................................................................................................................................. 75

Presentation ....................................................................................................................... 77

Presentation Entity ........................................................................................................................................................ 77

DeviceModel Enumeration ............................................................................................................................................ 78

Advertising