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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 138
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 45
PagedList<ImageVideoDynamicPlaylist> GetImageVideoDynamicPlaylists(string marker, int
pageSize)
Description
Retrieves the next page of the Dynamic Playlist list, sorted alphabetically by [string] Name. The
ImageVideoDynamicPlaylist instances are sorted alphabetically by [string] Name. The returned list will contain no
more items than the defined page size.
Required Permissions
Dynamic Playlist: View Dynamic Playlists
Parameters
[string] marker: The [string] Name of the last ImageVideoDynamicPlaylist instance on the previous page.
If the value is Null, then the method will retrieve the first page.
[int] pageSize: The maximum number of objects returned by the method. If the list of objects that match the
search criteria exceeds the [int] pageSize limit, the returned list will indicate that it is truncated. If the integer is
not positive, then the method will return the maximum allowed number of objects. Attempting to request more
objects than is allowed will lead to the same result, but without an error.
PagedList<AudioDynamicPlaylist> GetAudioDynamicPlaylists(string marker, int pageSize)
Description
Retrieves the next page of the Dynamic Playlist list, sorted alphabetically by [string] Name. AudioDynamicPlaylist
instances are sorted alphabetically by [string] Name. The returned list will contain no more items than the defined
page size.
Required Permissions
Dynamic Playlist: View Dynamic Playlists
Vista de pagina 45
1 2 ... 41 42 43 44 45 46 47 48 49 50 51 ... 137 138

Comentarios a estos manuales

Sin comentarios