VersionControlPath.PrependRootIfNeeded 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 | |
---|---|---|
PrependRootIfNeeded(String) | Utility method to prepend the root ($/) to a folder - most useful for getting the folder of a team project if you only have his name. | |
PrependRootIfNeeded(String, PathLength) | Utility method to prepend the root ($/) to a folder - most useful for getting the folder of a team project if you only have his name. |
Top