Brightsign Network Web API Reference Manual v.3.8 Manual do Utilizador Página 48

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 138
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 47
method retrieves both ImageVideoDynamicPlaylist and AudioDynamicPlaylist instances; these instances can be
differentiated by data type.
Required Permissions
Dynamic Playlists: View Dynamic Playlists
Parameters
[string] namePattern: The exact [string] Name of the ImageVideoDynamicPlaylist or
AudioDynamicPlaylist instance (or its wildcard-based pattern). Supported wildcards currently include “*”, “?”, and
“[‘and’]”.
[string] marker: The [string] Name of the last instance on the previous page. If the value is Null, then the
method will retrieve the first page.
[int] pageSize: [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<ImageVideoDynamicPlaylist> FindImageVideoDynamicPlaylists(string namePattern,
string marker, int pageSize)
Description
Retrieves the next page of an ImageVideoDynamicPlaylist instance list containing names matched with the specified
pattern. The returned list is organized alphabetically by [string] Name and may not contain more items than the
defined page size.
Required Permissions
Dynamic Playlists: View Dynamic Playlists
Vista de página 47
1 2 ... 43 44 45 46 47 48 49 50 51 52 53 ... 137 138

Comentários a estes Manuais

Sem comentários