Brightsign Network Web API Reference Manual v.3.8 Uživatelský manuál Strana 113

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 138
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 112
101
Note: A presentation scheduled for “all day, every day” can be created with the following property settings:
StartTime as “00:00:00”, EndTime as “1.00:00:00” (or “24:00:00”), and DaysofWeek as “EveryDay”; EventDate,
RecurrenceStartDate, and RecurrenceEndDate are set to Null.
[DateTime] CreationDate:(Read Only) A UTC timestamp indicating when the related Presentation instance
was scheduled for the associated Group instance.
[DateTime] LastModifiedDate:(Read Only) A UTC timestamp indicating when the current schedule was last
updated.
[DateTime] ExpirationDate:(Read Only) A UTC timestamp indicating when the current schedule will expire.
Schedule Management Web Methods
PagedList<ScheduledPresentation> GetGroupSchedule(int groupId, string marker, int
pageSize)
ScheduledPresentation AddScheduledPresentation(ScheduledPresentation entity)
bool UpdateScheduledPresentation(ScheduledPresentation entity)
bool OverwriteSchedule(int groupId, ScheduledPresentation[] entities)
bool RemoveScheduledPresentation(int scheduledPresentationId)
PagedList<ScheduledPresentation> GetGroupSchedule(int groupId, string marker, int
pageSize)
Description
Retrieves the next page of the ScheduledPresentation list associated with the specified Group instance. The list is
sorted by the [DateTime] ExpirationDate of the ScheduledPresentation entity-relations. The returned list will
contain no more items than the defined page size.
Required Permissions
Schedule: View Presentations
Zobrazit stránku 112
1 2 ... 108 109 110 111 112 113 114 115 116 117 118 ... 137 138

Komentáře k této Příručce

Žádné komentáře