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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 138
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 65
[string] Description: The value (i.e. MRSS item description) of the associated media item in the related Live
Media Feed.
[TimeSpan] DisplayDuration: The amount of time the player will display the associated image file. This
property does not apply to audio or video files.
[DateTime] ValidityStartDate: A value that determines the validity start date for the associated content
item (i.e. the point at which the content item will be start being displayed in the Live Media Feed). A Null value
determines that the content item is valid from the moment it is added to the Live Media Feed; this is the standard
case for most content items.
[DateTime] ValidityEndDate: A value that determines the validity end date for the associated content item
(i.e. the point at which the content item will no longer be displayed in the Live Media Feed). A Null value determines
that the content item will be valid until it is removed from the Live Media Feed manually by the user; this is the
standard case for most content items.
[Dictionary<string, string>] CustomFields: A dictionary of key and value pairs. Each pair represents
a custom field associated with the media item in the MRSS file of the related Live Media Feed.
Live Media Feed Management Web Methods
PagedList<LiveMediaFeed> GetLiveMediaFeeds(string marker, int pageSize)
List<LiveMediaFeed> GetSpecifiedLiveMediaFeeds(int[] liveMediaFeedIds)
PagedList<LiveMediaFeed> FindLiveMediaFeeds(string namePattern, string marker, int
pageSize)
LiveMediaFeed GetLiveMediaFeed(int liveMediaFeedId, bool loadContent)
LiveMediaFeed GetLiveMediaFeedByName(string name, bool loadContent)
bool CheckLiveMediaFeedName(string name)
LiveMediaFeed CreateLiveMediaFeed(LiveMediaFeed entity)
bool UpdateLiveMediaFeed(LiveMediaFeed entity)
bool RenameLiveMediaFeed(int liveMediaFeedId, string newName)
bool DeleteLiveMediaFeeds(int[] liveMediaFeedIds)
Przeglądanie stron 65
1 2 ... 61 62 63 64 65 66 67 68 69 70 71 ... 137 138

Komentarze do niniejszej Instrukcji

Brak uwag