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
workingFolders
Type: array<Microsoft.TeamFoundation.VersionControl.Client.WorkingFolder[]Folder mapping of the selected workspace.
Return Value
Type: System.String
Returns 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.