IVersionControlService.ValidateLocalAndMappedServerPath Method

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

Syntax

'Declaration
Function ValidateLocalAndMappedServerPath ( _
    localPath As String, _
    <OutAttribute> ByRef pResultSummary As Boolean, _
    <OutAttribute> ByRef pValid As Boolean, _
    <OutAttribute> ByRef pMapped As Boolean _
) As Integer
int ValidateLocalAndMappedServerPath(
    string localPath,
    out bool pResultSummary,
    out bool pValid,
    out bool pMapped
)
int ValidateLocalAndMappedServerPath(
    [InAttribute] String^ localPath, 
    [OutAttribute] bool% pResultSummary, 
    [OutAttribute] bool% pValid, 
    [OutAttribute] bool% pMapped
)
abstract ValidateLocalAndMappedServerPath : 
        localPath:string * 
        pResultSummary:bool byref * 
        pValid:bool byref * 
        pMapped:bool byref -> int
function ValidateLocalAndMappedServerPath(
    localPath : String, 
    pResultSummary : boolean, 
    pValid : boolean, 
    pMapped : boolean
) : int

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IVersionControlService Interface

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace