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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 138
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 60
bool CheckLiveTextFeedUsage(int liveTextFeedId)
Description
Determines whether the LiveTextFeed instance (specified by its primary key) is referenced by one or more
presentations. This method returns True if the LiveTextFeed instance has parent dependencies.
Note that when using this method to check whether a LiveTextFeed instance can be deleted, a False status may
change in the time between calling this method and calling DeleteLiveTextFeed().
Required Permissions
Live Text Feed: View Live Text Feed
Parameters
[int] liveTextFeedId: The identifier and primary key of the LiveTextFeed instance to evaluate. If a
LiveTextFeed instance with the specified [int] Id does not exist, this method will return False without an error.
bool CheckLiveTextFeedUsageByName(string name)
Description
Determines whether a LiveTextFeed instance (specified with its alternate, user-defined key) is referenced by one or
more presentations. This method returns True if the LiveTextFeed instance has parent dependencies.
Note that when using this method to check whether a LiveTextFeed instance can be deleted, a False status may
change in the time between calling this method and calling DeleteLiveTextFeed().
Required Permissions
Live Text Feed: View Live Text Feed
Parameters
[string] name: The user-defined name of the LiveTextFeed instance to evaluate. If a LiveTextFeed instance
with the specified [string] Name does not exist, this method will return False without an error.
Vista de pagina 60
1 2 ... 56 57 58 59 60 61 62 63 64 65 66 ... 137 138

Comentarios a estos manuales

Sin comentarios