TeamFoundationVersionControlService.UpdateLocalVersion Method (TeamFoundationRequestContext, String, String, array<BaseLocalVersionUpdate , PathLength)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Sub UpdateLocalVersion ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
ownerName As String, _
updates As BaseLocalVersionUpdate(), _
maxClientPathLength As PathLength _
)
public void UpdateLocalVersion(
TeamFoundationRequestContext requestContext,
string workspaceName,
string ownerName,
BaseLocalVersionUpdate[] updates,
PathLength maxClientPathLength
)
public:
void UpdateLocalVersion(
TeamFoundationRequestContext^ requestContext,
String^ workspaceName,
String^ ownerName,
array<BaseLocalVersionUpdate^>^ updates,
PathLength maxClientPathLength
)
member UpdateLocalVersion :
requestContext:TeamFoundationRequestContext *
workspaceName:string *
ownerName:string *
updates:BaseLocalVersionUpdate[] *
maxClientPathLength:PathLength -> unit
public function UpdateLocalVersion(
requestContext : TeamFoundationRequestContext,
workspaceName : String,
ownerName : String,
updates : BaseLocalVersionUpdate[],
maxClientPathLength : PathLength
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- workspaceName
Type: System.String
- ownerName
Type: System.String
- updates
Type: array<Microsoft.TeamFoundation.VersionControl.Server.BaseLocalVersionUpdate[]
- maxClientPathLength
Type: Microsoft.TeamFoundation.VersionControl.Common.PathLength
.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.