WorkspaceSpec.Combine Method (String, String, String)

Builds the fully qualified workspace name with owner disambiguation from the separate workspace and owner parts.

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

Syntax

'Declaration
Public Shared Function Combine ( _
    workspace As String, _
    ownerDisplay As String, _
    ownerUnique As String _
) As String
public static string Combine(
    string workspace,
    string ownerDisplay,
    string ownerUnique
)
public:
static String^ Combine(
    String^ workspace, 
    String^ ownerDisplay, 
    String^ ownerUnique
)
static member Combine : 
        workspace:string * 
        ownerDisplay:string * 
        ownerUnique:string -> string
public static function Combine(
    workspace : String, 
    ownerDisplay : String, 
    ownerUnique : String
) : String

Parameters

  • ownerDisplay
    Type: System.String

    The workspace owner display name.

  • ownerUnique
    Type: System.String

    The workspace owner unique name.

Return Value

Type: System.String
The fully qualified workspace name.

.NET Framework Security

See Also

Reference

WorkspaceSpec Class

Combine Overload

Microsoft.TeamFoundation.VersionControl.Common Namespace