This topic has not yet been rated - Rate this topic

VersionControlServer.CheckInShelveset Method (String, String)

Submit an existing Shelveset for check in to the repository.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public function CheckInShelveset(
	shelvesetName : String, 
	ownerName : String
) : int

Parameters

shelvesetName
Type: String

The name of the shelveset to submit.

ownerName
Type: String

The owner of the shelveset.

Return Value

Type: Int32
The changeset ID created if successful.

Work items associated with the changeset will be either associated or resolved once the check in completes.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.