| Overload | Description | 
|---|---|
| UABrowseParameters Constructor() | Initializes a new instance of the class with default data. | 
| UABrowseParameters Constructor(UABrowseParameters) | Initializes a new copy of the object. | 
| UABrowseParameters Constructor(UANodeClass) | Initializes a new instance of the class, specifying the node classes. | 
| UABrowseParameters Constructor(UANodeClass,IEnumerable<UANodeId>) | Initializes a new instance of the class, specifying the node classes, and reference type Ids. | 
| UABrowseParameters Constructor(UANodeClass,IEnumerable<UANodeId>,Boolean) | Initializes a new instance of the class, specifying the node classes, reference type Ids, and whether to include subtypes. | 
| UABrowseParameters Constructor(UANodeClass,UABrowseDirections,IEnumerable<UANodeId>) | Initializes a new instance of the class, specifying the node classes, browse directions, and reference type Ids. | 
| UABrowseParameters Constructor(UANodeClass,UABrowseDirections,IEnumerable<UANodeId>,Boolean) | Initializes a new instance of the class, specifying the node classes, browse directions, reference type Ids, and whether to include subtypes. | 
| UABrowseParameters Constructor(UANodeClass,UABrowseDirections,UANodeId) | Initializes a new instance of the class, specifying the node classes, browse directions, and reference type Id. | 
| UABrowseParameters Constructor(UANodeClass,UANodeId) | Initializes a new instance of the class, specifying the node classes, and reference type Id. |