VersionControlPath.IsCanonicalizedPath Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
IsCanonicalizedPath(String, Boolean) | Returns true if the path is canonicalized. The path must not contain a $ at the start of a path part, or any invalid characters. | |
IsCanonicalizedPath(String, Boolean, PathLength) | Returns true if the path is canonicalized. The path must not contain a $ at the beginning of a path part, or any illegal characters. |
Top