Favorites.Export() method
- Last UpdatedJul 19, 2024
- 1 minute read
The Favorites.Export method exports the list of query and filter favorites list to an XML file.
Syntax
AlarmClient.Favorites.Export(FilePath, FileName);
Parameters
FilePath
Name of the path to export the query and filter favorites file.
FileName
Name of the query and filter favorites file to export.
Example
AlarmClient1.Favorites.Export("c:\", "MyFavorites.xml");