Overload | Description |
---|---|
BrowsePathParser Constructor() | Initializes a new instance of the class with default data. |
BrowsePathParser Constructor(BrowsePath) | Initializes a new instance of the class, optionally specifying the base path for relative input paths. |
BrowsePathParser Constructor(BrowsePath,Int32) | Initializes a new instance of the class, optionally specifying the base path for relative input paths, and specifying maximum parent depth. |
BrowsePathParser Constructor(BrowsePathParser) | Initializes a new instance of the class, from specified browse path parser. |