Brightsign Network Web API Reference Manual v.3.8 Manual de usuario Pagina 57

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 138
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 56
1 2 ... 52 53 54 55 56 57 58 59 60 61 62 ... 137 138

Comentarios a estos manuales

Sin comentarios