This documentation is archived and is not being maintained.
VersionControlServer::CreateBranch Method (String, String, VersionSpec, String, String, CheckinNote, PolicyOverrideInfo, array<Mapping>)
Visual Studio 2013
Creates a branch on the server and checks it in without downloading the branch to the client.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: int CreateBranch( String^ sourcePath, String^ targetPath, VersionSpec^ version, String^ owner, String^ comment, CheckinNote^ checkinNote, PolicyOverrideInfo^ policyOverride, array<Mapping^>^ mappings )
Parameters
- sourcePath
- Type: System::String
Source path of the branch - must be a server path.
- targetPath
- Type: System::String
Target path of the branch - must be a server path.
- version
- Type: Microsoft.TeamFoundation.VersionControl.Client::VersionSpec
Changeset or DateTime version spec with which to create the branch.
- owner
- Type: System::String
Owner of the Changeset. If null, defaults to the authenticated user.
- comment
- Type: System::String
Comment on the Changeset. Can be null.
- checkinNote
- Type: Microsoft.TeamFoundation.VersionControl.Client::CheckinNote
CheckinNote. Can be null.
- policyOverride
- Type: Microsoft.TeamFoundation.VersionControl.Client::PolicyOverrideInfo
PolicyOverrideInfo. Can be null.
- mappings
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::Mapping>
An array of mappings under the target path to include or exclude from the branch.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: