Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- localPath
 Type: System.String
- pResultSummary
 Type: System.Boolean%
- pValid
 Type: System.Boolean%
- pMapped
 Type: System.Boolean%
Return Value
Type: System.Int32
Returns Int32.
.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.
See Also
Reference
IVersionControlService Interface
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace