SerializedWorkspace.FindCommonServerPath Method

Note: This API is now obsolete.

Get the common minimum server path from the set of folder mappings.

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

'Declaration
<ObsoleteAttribute("This method has been deprecated. Please remove all references.")> _
Public Shared Function FindCommonServerPath ( _
    workingFolders As WorkingFolder() _
) As String
[ObsoleteAttribute("This method has been deprecated. Please remove all references.")]
public static string FindCommonServerPath(
    WorkingFolder[] workingFolders
)
[ObsoleteAttribute(L"This method has been deprecated. Please remove all references.")]
public:
static String^ FindCommonServerPath(
    array<WorkingFolder^>^ workingFolders
)
[<ObsoleteAttribute("This method has been deprecated. Please remove all references.")>]
static member FindCommonServerPath : 
        workingFolders:WorkingFolder[] -> string
public static function FindCommonServerPath(
    workingFolders : WorkingFolder[]
) : String

Parameters

Return Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

SerializedWorkspace Class

Microsoft.TeamFoundation.Build.Tasks Namespace