BuildContainerPath.MakeRelative Method

Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
Public Shared Function MakeRelative ( _
    parentPath As String, _
    fullPath As String _
) As String
public static string MakeRelative(
    string parentPath,
    string fullPath
)
public:
static String^ MakeRelative(
    String^ parentPath, 
    String^ fullPath
)
static member MakeRelative : 
        parentPath:string * 
        fullPath:string -> string
public static function MakeRelative(
    parentPath : String, 
    fullPath : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

BuildContainerPath Class

Microsoft.TeamFoundation.Build.Common Namespace