VersionControlServer.CreateBranch Method
Include Protected Members
Include Inherited Members
Creates a branch on the server and checks it in without downloading the branch to the client.
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 | |
---|---|---|
CreateBranch(String, String, VersionSpec) | Creates a branch on the server and checks it in without downloading the branch to the client. | |
CreateBranch(String, String, VersionSpec, String, String, CheckinNote, PolicyOverrideInfo, array<Mapping[]) | Creates a branch on the server and checks it in without downloading the branch to the client. |
Top