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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 138
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 96
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.
List<Presentation> GetSpecifiedPresentations(int[] presentationIds)
Description
Retrieves a list of Presentation instances matching the specified identifiers. The results are organized by [string]
Name. The identifiers of nonexistent Presentation instances will be ignored.
Note: This method will not be able to initialize the DeviceModel enumeration, PresentationLanguage enumeration,
or ScreenSettings structure if a target presentation was created in BrightAuthor. The server will return “unknown”
and Null values instead.
Required Permissions
Presentation: View Presentations
Parameters
[int[]] presentationIds: An array of [int] Id values for the Presentation instances being requested.
The number of requested items is limited to 100 by the server. Attempting to request more than the maximum
allowed number of objects will cause an error, while passing an empty array will lead to an immediate empty
response without an error.
PagedList<Presentation> FindPresentations(string namePattern, string marker, int
pageSize)
Description
Retrieves the next page of a Presentation list containing names matched with the specified pattern. The returned list is
organized by [string] Name and may not contain more items than the defined page size.
Vista de página 96
1 2 ... 92 93 94 95 96 97 98 99 100 101 102 ... 137 138

Comentários a estes Manuais

Sem comentários