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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 138
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 108
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.
Group GetGroup (int presentationId, bool loadAssets)
Description
Retrieves a single Group instance with the specified [int] Id. This method returns Null if he Group instance with the
specified identifier does not exist.
Required Permissions
Group: View Groups
Parameters
[int] groupId: The identifier and primary key of the Group instance to be retrieved.
[bool] loadDevices: A flag specifying whether the method should also initialize and return a list of all Device
instances that are assigned to the specified Group.
Group GetGroupByName(string name, bool loadContent)
Description
Retrieves the Group instance with the specified [string] Name. This method returns Null if the Group instance with
the specified name does not exist.
Required Permissions
Group: View Groups
Parameters
[string] name: The user-defined Name of the Group instance to be retrieved.
[bool] loadDevices: A flag specifying whether the method should also initialize and return a list of all Device
instances that are assigned to the specified Group.
Vista de pagina 108
1 2 ... 104 105 106 107 108 109 110 111 112 113 114 ... 137 138

Comentarios a estos manuales

Sin comentarios