| Name | Description | |
|---|---|---|
![]()  | UABrowsePath Constructor | Overloaded. | 
            The following tables list the members exposed by UABrowsePath.
| Name | Description | |
|---|---|---|
![]()  | UABrowsePath Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
![]()  | DefaultAsString | Default OPC-UA browse path, expressed as string.
 The value of this constant is "" (String.Empty).  | 
![]()  | DefaultIsEmpty | Default value of the IsEmpty property. Equals to true.
The value of this constant is True.  | 
![]()  | DefaultIsNull | Default value of the IsNull property. Equals to true.
The value of this constant is True.  | 
| Name | Description | |
|---|---|---|
![]()  | Elements | A sequence of browse path elements that form the browse path, beginning from the starting node. It may be an empty sequence. | 
![]()  | IsEmpty | Determines whether the current browse path represents is empty, i.e. contains no elements. | 
![]()  | IsNull | Determines whether the current browse path is null (has a null starting node Id). | 
![]()  | Length | The length of the OPC-UA browse path, i.e. the count of the browse path elements it consists of. | 
![]() ![]()  | Null | A null browse path. | 
![]()  | StartingNodeDescriptor | The starting node descriptor of the browse path. | 
![]()  | StartingNodeId | The starting node Id of the browse path. | 
| Name | Description | |
|---|---|---|
![]() ![]()  | Add | Create a new browse path by appending a browse element to the end of the given browse path. | 
![]()  | AppendElement | Appends a browse name to the end of the current browse path. | 
![]()  | AppendRelative | Appends a sequence of browse path elements to the end of the current OPC-UA browse path. | 
![]()  | Clone | Overridden. | 
![]()  | Combine | Combines the current OPC-UA browse path with a given relative browse path string. | 
![]()  | Equals | Overloaded. Overridden. Determines whether the current OPC-UA browse path is the same as other object. | 
![]()  | Flatten | Computes an equivalent browse path whose starting node descriptor has a node Id, if possible. | 
![]() ![]()  | FromEnumerable | Converts a sequence of browse path elements into am OPC-UA browse path object. | 
![]()  | GetHashCode | Overridden. | 
![]()  | GetLastElement | Obtains the last browse path element of the current OPC-UA browse path. | 
![]()  | GetObjectData | Overridden. | 
![]()  | GetSchema | (Inherited from OpcLabs.BaseLib.Info) | 
![]()  | GetType | Gets the System.Type of the current instance. (Inherited from object) | 
![]() ![]()  | Parse | Overloaded. Parses a string containing an absolute browse path, and returns a corresponding browse path object. | 
![]()  | ReadXml | (Inherited from OpcLabs.BaseLib.Info) | 
![]()  | ToString | Overridden. | 
![]()  | ToUANodeDescriptor | Converts a browse path to a OpcLabs.EasyOpc.UA.UANodeDescriptor. | 
![]()  | TryAppendRelative | Overloaded. Attempts to append a relative browse path string to the current OPC-UA browse path.
 The method modifies the current OPC-UA browse path by appending a relative browse path, specified by a string.  | 
![]()  | TryCombine | Overloaded. Attempts to combine the current OPC-UA browse path with a given browse path string.
 The method modifies the current OPC-UA browse path object by combining it with a browse path specified by a string.  | 
![]() ![]()  | TryParse | Overloaded. Attempts to parse a string containing an absolute browse path. | 
![]()  | WriteXml | (Inherited from OpcLabs.BaseLib.Info) | 
| Name | Description | |
|---|---|---|
![]()  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | 
![]()  | MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) | 
![]()  | ReadXmlElement | Overridden. Infrastructure. | 
![]()  | WriteXmlElement | Overridden. Infrastructure. | 
| Name | Description | |
|---|---|---|
![]()  | Format | Formats the browse path into a string. | 
![]()  | SetState<TNode> | Sets the arbitrary object associated with the node. | 
  Addition  | Creates a new browse path by appending a browse element to the end of the given browse path. | 
  Equality  | Determines whether the two objects are equal. | 
  Inequality  | Determines whether the two objects are not equal. |