RepositoryExtensions.CheckInShelveset Method

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function CheckInShelveset ( _
    shelvesetName As String, _
    ownerName As String, _
    changesetOwner As String, _
    checkinNotificationInfo As CheckinNotificationInfo, _
    checkinOptions As Integer, _
    <OutAttribute> ByRef failures As StreamingCollection(Of Failure) _
) As CheckinResult
[WebMethodAttribute]
public CheckinResult CheckInShelveset(
    string shelvesetName,
    string ownerName,
    string changesetOwner,
    CheckinNotificationInfo checkinNotificationInfo,
    int checkinOptions,
    out StreamingCollection<Failure> failures
)
[WebMethodAttribute]
public:
CheckinResult^ CheckInShelveset(
    String^ shelvesetName, 
    String^ ownerName, 
    String^ changesetOwner, 
    CheckinNotificationInfo^ checkinNotificationInfo, 
    int checkinOptions, 
    [OutAttribute] StreamingCollection<Failure^>^% failures
)
[<WebMethodAttribute>]
member CheckInShelveset : 
        shelvesetName:string * 
        ownerName:string * 
        changesetOwner:string * 
        checkinNotificationInfo:CheckinNotificationInfo * 
        checkinOptions:int * 
        failures:StreamingCollection<Failure> byref -> CheckinResult
public function CheckInShelveset(
    shelvesetName : String, 
    ownerName : String, 
    changesetOwner : String, 
    checkinNotificationInfo : CheckinNotificationInfo, 
    checkinOptions : int, 
    failures : StreamingCollection<Failure>
) : CheckinResult

Parameters

Return Value

Type: Microsoft.TeamFoundation.VersionControl.Server.CheckinResult
Returns CheckinResult.

.NET Framework Security

See Also

Reference

RepositoryExtensions Class

Microsoft.TeamFoundation.VersionControl.Server Namespace