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)
Syntax
'Declaration
Public Function CheckInShelveset ( _
shelvesetName As String, _
ownerName As String _
) As Integer
public int CheckInShelveset(
string shelvesetName,
string ownerName
)
public:
int CheckInShelveset(
String^ shelvesetName,
String^ ownerName
)
member CheckInShelveset :
shelvesetName:string *
ownerName:string -> int
public function CheckInShelveset(
shelvesetName : String,
ownerName : String
) : int
Parameters
shelvesetName
Type: System.StringThe name of the shelveset to submit.
ownerName
Type: System.StringThe owner of the shelveset.
Return Value
Type: System.Int32
The changeset ID created if successful.
Remarks
Work items associated with the changeset will be either associated or resolved once the check in completes.
.NET Framework Security
- 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.