Web page – BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 7

Advertising
background image

LiveMediaFeed GetLiveMediaFeed(int liveMediaFeedId, bool loadContent) ...................................................................................................... 56

LiveMediaFeed GetLiveMediaFeedByName(string name, bool loadContent) .................................................................................................... 57

bool CheckLiveMediaFeedName(string name) .................................................................................................................................................... 57

LiveMediaFeed CreateLiveMediaFeed(LiveMediaFeed entity) ........................................................................................................................... 58

bool UpdateLiveMediaFeed(LiveMediaFeed entity) ............................................................................................................................................ 59

bool RenameLiveMediaFeed(int liveMediaFeedId, string newName) ................................................................................................................. 60

bool DeleteLiveMediaFeeds(int[] liveMediaFeedIds) ........................................................................................................................................... 60

Web Page ............................................................................................................................ 62

WebPage Entity ............................................................................................................................................................. 62

WebPageAsset Entity-Relation .................................................................................................................................... 62

PresentationContent Entity-Relation ........................................................................................................................... 63

Web Page Management Web Methods ........................................................................................................................ 63

PagedList<WebPage> GetWebPages(string marker, int pageSize) ................................................................................................................... 64

List<WebPage> GetSpecifiedWebPages(int[] webPageIds) ............................................................................................................................... 64

PagedList<WebPage> FindWebPages(string namePattern, string marker, int pageSize) ................................................................................. 65

WebPage GetWebPage(int webPageId, bool loadAssets) .................................................................................................................................. 65

WebPage GetWebPageByName(string name, bool loadContent) ...................................................................................................................... 66

bool CheckWebPageName(string name) ............................................................................................................................................................ 66

bool CheckWebPageUsage(int liveTextFeedId) .................................................................................................................................................. 67

Advertising