Repository5.CheckPendingChanges Method

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function CheckPendingChanges ( _
    workspaceName As String, _
    ownerName As String, _
    serverItems As String(), _
    maxClientPathLength As Integer _
) As List(Of Failure)
[WebMethodAttribute]
public List<Failure> CheckPendingChanges(
    string workspaceName,
    string ownerName,
    string[] serverItems,
    int maxClientPathLength
)
[WebMethodAttribute]
public:
List<Failure^>^ CheckPendingChanges(
    String^ workspaceName, 
    String^ ownerName, 
    array<String^>^ serverItems, 
    int maxClientPathLength
)
[<WebMethodAttribute>]
member CheckPendingChanges : 
        workspaceName:string * 
        ownerName:string * 
        serverItems:string[] * 
        maxClientPathLength:int -> List<Failure> 
public function CheckPendingChanges(
    workspaceName : String, 
    ownerName : String, 
    serverItems : String[], 
    maxClientPathLength : int
) : List<Failure>

Parameters

Return Value

Type: System.Collections.Generic.List<Failure>

.NET Framework Security

See Also

Reference

Repository5 Class

Microsoft.TeamFoundation.VersionControl.Server Namespace