Brightsign Network Web API Reference Manual v.3.8 Manuel d'utilisateur Page 57

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 138
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 56
[DateTime] ValidityEndDate: A value that determines the validity end date for the associated item (i.e. the
point at which the item will no longer be displayed in the Live Text Feed). A Null value determines that the item will
be valid until it is removed from the Live Text Feed manually by the user; this is the standard case for most items.
Live Text Feed Management Web Methods
PagedList<LiveTextFeed> GetLiveTextFeeds(string marker, int pageSize)
List<LiveTextFeed> GetSpecifiedLiveTextFeeds(int[] liveTextFeedIds)
PagedList<LiveTextFeed> FindLiveTextFeeds(string namePattern, string marker, int
pageSize)
LiveTextFeed GetLiveTextFeed(int liveTextFeedId, bool loadContent)
LiveTextFeed GetLiveTextFeedByName(string name, bool loadContent)
bool CheckLiveTextFeedName(string name)
bool CheckLiveTextFeedUsage(int liveTextFeedId)
bool CheckLiveTextFeedUsageByName(string name)
LiveTextFeed CreateLiveTextFeed(LiveTextFeed entity)
LiveTextFeed CloneLiveTextFeed(string feedUrl)
bool UpdateLiveTextFeed(LiveTextFeed entity)
bool RenameLiveTextFeed(int liveTextFeedId, string newName)
bool DeleteLiveTextFeeds(int[] liveTextFeedIds)
PagedList<LiveTextFeed> GetLiveTextFeeds(string marker, int pageSize)
Description
Retrieves the next page of the LiveTextFeed list, sorted by [string] Name. The returned list will contain no more
items than the defined page size.
Required Permissions
Live Text Feed: View Live Text Feeds
Vue de la page 56
1 2 ... 52 53 54 55 56 57 58 59 60 61 62 ... 137 138

Commentaires sur ces manuels

Pas de commentaire