| Name | Description | |
|---|---|---|
![]()  | AppendBrowseName | Appends a browse name to the end of the current browse path. | 
![]()  | AppendRelative | Appends a relative browse path to the end of the current browse path. Maximum parent depth is also specified. | 
![]()  | Clone | |
![]()  | Combine | Combines the current browse path with a given relative browse path string. | 
![]()  | CommonPrefix | Determines the longest common prefix of the current browse path and a given browse path. | 
![]()  | CommonPrefixLength | Determines length of the longest common prefix of the current browse path and a given browse path. | 
![]()  | Equals | |
![]()  | GetHashCode | |
![]()  | GetType | |
![]()  | IsPrefix | Determines whether a given browse path is a prefix of the current browse path. | 
![]()  | RelativeTo | Computes a relative path string that leads from the current browse to a given browse path, with specified maximum parent depth. | 
![]()  | ToString | |
![]()  | TryAppendRelative | Attempts to append a relative browse path string to the current browse path, with specified maximum parent depth. | 
![]()  | TryAssign | Attempts to assign an absolute browse path string to the current browse path object. | 
![]()  | TryCombine | Attempts to combine the current browse path with a given relative browse path string. | 
![]()  | TryRelativeTo | Attempts to compute a relative path string that leads from the current browse to a given browse path. | 
            