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