Constructor CategoryPath
CategoryPath(String[])
Construct from the given path components
.
Declaration
public CategoryPath(params string[] components)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | components |
CategoryPath(String, Char)
Construct from a given path, separating path components with delimiter
.
Declaration
public CategoryPath(string pathString, char delimiter)
Parameters
Type | Name | Description |
---|---|---|
System.String | pathString | |
System.Char | delimiter |