.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.FilePathSettings Class Reference

The settings used when resolving file paths. More...

Properties

bool CreateAlways [get, set]
 If true the file or directory is always created. More...
 
bool DoNotCheckCurrentDirectory [get, set]
 Gets or sets a value indicating whether to check the current directory. More...
 
bool SuppressExceptions [get, set]
 If throw any errors will throw an exception. More...
 
bool ReturnValidButMissing [get, set]
 If true the file or directory path is returned after any symbols are resolved even if it does not exist. More...
 
IDictionary< string, string > AdditionalSymbols [get]
 A dictionary of additional symbols that can be replace when resolving paths. More...
 

Detailed Description

The settings used when resolving file paths.

Property Documentation

IDictionary<string, string> UnifiedAutomation.UaBase.FilePathSettings.AdditionalSymbols
get

A dictionary of additional symbols that can be replace when resolving paths.

bool UnifiedAutomation.UaBase.FilePathSettings.CreateAlways
getset

If true the file or directory is always created.

true if always create the file or directory; otherwise, false.

bool UnifiedAutomation.UaBase.FilePathSettings.DoNotCheckCurrentDirectory
getset

Gets or sets a value indicating whether to check the current directory.

true if do not check current directory; otherwise, false.

bool UnifiedAutomation.UaBase.FilePathSettings.ReturnValidButMissing
getset

If true the file or directory path is returned after any symbols are resolved even if it does not exist.

true if always return the file or directory path; otherwise, false.

bool UnifiedAutomation.UaBase.FilePathSettings.SuppressExceptions
getset

If throw any errors will throw an exception.

true if then do not throw exceptions; otherwise, false.


The documentation for this class was generated from the following file: