VersionControlServer.CheckInShelveset Method (ShelvesetCheckInParameters)

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 ( _
    checkinParameters As ShelvesetCheckInParameters _
) As Integer
public int CheckInShelveset(
    ShelvesetCheckInParameters checkinParameters
)
public:
int CheckInShelveset(
    ShelvesetCheckInParameters^ checkinParameters
)
member CheckInShelveset : 
        checkinParameters:ShelvesetCheckInParameters -> int
public function CheckInShelveset(
    checkinParameters : ShelvesetCheckInParameters
) : int

Parameters

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 checkin completes.

.NET Framework Security

See Also

Reference

VersionControlServer Class

CheckInShelveset Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace