MatchPath
Gets or sets the match type for the path of the command.
Syntax
string MatchPath {get; set;}
Property value
The default value is "USERPATH"
.
Possible values to match:
-
"USERPATH"
Standard user path, starting with a forward slash (/). -
"SYSTEMPATH"
Standard system path, starting with a forward slash (/). -
"SYSTEMSEARCHPATH"
System search path, starting with a forward slash (/). -
A custom specific path, starting with a forward slash (/).
-
All paths using a single asterisk (*).