OpcNodeSetLoadOptions Enum

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Provides different options to configure the Load(String) method and its additional overloads according to the contents and format of the node-set file to load.

C#

[Flags]
public enum OpcNodeSetLoadOptions


Inheritance ObjectValueTypeEnum › OpcNodeSetLoadOptions


Attributes FlagsAttribute

Name Value Description
None 0 The node-set file is loaded using the default behaviour.
ContainsSelfClosingTags 1 The node-set contains self-closing tags which are by default not supported by the Serialization.XmlSerializer used to load the file. Using this option the node-set is preprocessed to support such files as well.