Brightsign Network Web API Reference Manual v.3.8 Instrukcja Użytkownika Strona 75

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 138
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 74
[long] FileSize:(Read Only) The size (in bytes) of the associated asset file.
PresentationContent Entity-Relation
The PresentationContent entity-relation represents the association between a Presentation instance and a Content
instance. It has the following properties:
[int] ContentId:(Read Only) The identifier and primary key of the associated Content instance.
[string] FileName: The virtual name of the file represented by the current Content instance.
[int] PresentationId:(Read Only) The identifier and primary key of the associated Presentation instance.
[string] PresentationName:(Read Only) The user-defined name of the associated Presentation instance.
[string] StateName: The name of the presentation state that corresponds to the associated Content instance.
[TimeSpan] DisplayDuration: The amount of time that the device displays an associated image.
[string] ContentTransition: The screen effect that is shown during the transition between the previous
presentation state and the current content state (i.e. the associated content state).
Web Page Management Web Methods
PagedList<WebPage> GetWebPages(string marker, int pageSize)
List<WebPage> GetSpecifiedWebPages(int[] webPageIds)
PagedList<WebPage> FindWebPages(string namePattern, int marker, int pageSize)
WebPage GetWebPage(int webPageId, bool loadAssets)
WebPage GetWebPageByName(string name, bool loadAssets)
bool CheckWebPageName(string name)
bool CheckWebPageUsage(int webPageId)
bool CheckWebPageUsageByName(string name)
bool RenameWebPage(int webPageId, string newName)
bool DeleteWebPages(int[] webPageIds)
Przeglądanie stron 74
1 2 ... 70 71 72 73 74 75 76 77 78 79 80 ... 137 138

Komentarze do niniejszej Instrukcji

Brak uwag