DisableFileBrowsing property
- Last UpdatedJul 19, 2024
- 1 minute read
Specify True to get/set the option to access the file browser when importing or exporting files.
Syntax
result = AlarmClient.DisableFileBrowsing;
AlarmClient.DisableFileBrowsing = boolean_value;
Example
AlarmClient.DisableFileBrowsing = true;
Remarks
Default is True.