| Name | Description | |
|---|---|---|
![]()  | BrowsePathParser Constructor | Overloaded.  | 
            The following tables list the members exposed by BrowsePathParser.
| Name | Description | |
|---|---|---|
![]()  | BrowsePathParser Constructor | Overloaded.  | 
| Name | Description | |
|---|---|---|
![]()  | DefaultBasePath | Default base path. | 
![]()  | DefaultMaximumParentDepth | Default value of the MaximumParentDepth property. Equals to System.Int32.MaxValue. | 
![]()  | EscapeCharacter | An escape character. Equals to an ampersand ('&'). | 
![]()  | ReferenceCharacter | A reference character. Equals to a dot ('.'). | 
![]()  | SeparatorCharacter | A separator character. Equals to a forward slash ('/'). | 
| Name | Description | |
|---|---|---|
![]()  | BasePath | The base path for relative input paths. null if none given. | 
![]()  | MaximumParentDepth | How many levels above the base path can be referenced. | 
![]() ![]()  | Standard | A standard browse path parser. | 
| Name | Description | |
|---|---|---|
![]()  | Equals | Determines whether the current browse path parser is the same as other object. | 
![]()  | GetHashCode | Serves as the default hash function. | 
![]()  | GetType | Gets the System.Type of the current instance. (Inherited from object) | 
![]()  | IsAbsolute | Determines whether a given browse path string determines an absolute browse path. | 
![]()  | Parse | Parses a string containing a browse path, and returns a corresponding browse path object. | 
![]()  | ParseRelative | Parses a string containing a relative browse path, and returns a corresponding browse path element collection. | 
![]()  | ToString | Returns a string that represents the current object. (Inherited from object) | 
![]()  | TryParse | Attempts to parse a string containing an absolute browse path. | 
![]()  | TryParseRelative | Attempts to parse a string containing a relative browse path. | 
| 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) | 
  Equality  | Determines whether the two objects are equal. | 
  Inequality  | Determines whether the two objects are not equal. |