VersionControlPath.GetFullPath Method (String, Boolean, PathLength)
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Shared Function GetFullPath ( _
item As String, _
checkReservedCharacters As Boolean, _
maxPathLength As PathLength _
) As String
public static string GetFullPath(
string item,
bool checkReservedCharacters,
PathLength maxPathLength
)
public:
static String^ GetFullPath(
String^ item,
bool checkReservedCharacters,
PathLength maxPathLength
)
static member GetFullPath :
item:string *
checkReservedCharacters:bool *
maxPathLength:PathLength -> string
public static function GetFullPath(
item : String,
checkReservedCharacters : boolean,
maxPathLength : PathLength
) : String
Parameters
- item
Type: System.String
- checkReservedCharacters
Type: System.Boolean
- maxPathLength
Type: Microsoft.TeamFoundation.VersionControl.Common.PathLength
Return Value
Type: System.String
.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.