OpcSpecialFolderPathProbing Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcSpecialFolderPathProbing type exposes the following members.

OpcSpecialFolderPathProbing(Environment.SpecialFolder)

Initializes a new instance of the OpcDirectoryPathProbing class using the folder information specified.

C#

public OpcSpecialFolderPathProbing(Environment.SpecialFolder folder)


Parameters

folder SpecialFolder

The SpecialFolder value which identifies the path to the directory in the file system to evaluate.


Exceptions

ArgumentException

The folder is not defined in the SpecialFolder enumeration.

Folder

Gets the SpecialFolder value whic identifies the path to the directory in the file system to evaluate when calling Evaluate.

C#

public Environment.SpecialFolder Folder { get; }


Property Value

SpecialFolder

One of the members defined by the SpecialFolder enumeration which is to be evaluated on every call to Evaluate.

EvaluateCore()

Processes the implementation specific evaluation of the Folder associated with this OpcSpecialFolderPathProbing instance and offers the determined and fulfilled path information accordingly.

C#

protected override string EvaluateCore()


Returns

String

The full qualified String-based path which fulfills the needs of this probing or a null reference (Nothing in Visual Basic) if the path information could not fulfill at least one of the requirements of this probing.