TeamFoundationVersionControlService.CheckPendingChanges Method (TeamFoundationRequestContext, String, String, array<String , PathLength)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Function CheckPendingChanges ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
ownerName As String, _
serverItems As String(), _
maxClientPathLength As PathLength _
) As List(Of Failure)
public List<Failure> CheckPendingChanges(
TeamFoundationRequestContext requestContext,
string workspaceName,
string ownerName,
string[] serverItems,
PathLength maxClientPathLength
)
public:
List<Failure^>^ CheckPendingChanges(
TeamFoundationRequestContext^ requestContext,
String^ workspaceName,
String^ ownerName,
array<String^>^ serverItems,
PathLength maxClientPathLength
)
member CheckPendingChanges :
requestContext:TeamFoundationRequestContext *
workspaceName:string *
ownerName:string *
serverItems:string[] *
maxClientPathLength:PathLength -> List<Failure>
public function CheckPendingChanges(
requestContext : TeamFoundationRequestContext,
workspaceName : String,
ownerName : String,
serverItems : String[],
maxClientPathLength : PathLength
) : List<Failure>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- workspaceName
Type: System.String
- ownerName
Type: System.String
- serverItems
Type: array<System.String[]
- maxClientPathLength
Type: Microsoft.TeamFoundation.VersionControl.Common.PathLength
Return Value
Type: System.Collections.Generic.List<Failure>
.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.