Brightsign Network Web API Reference Manual v.3.8 Uživatelský manuál Strana 61

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 138
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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.
Zobrazit stránku 60
1 2 ... 56 57 58 59 60 61 62 63 64 65 66 ... 137 138

Komentáře k této Příručce

Žádné komentáře