Share via


CatalogPath.MakeRecursive Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Shared Function MakeRecursive ( _
    catalogPath As String, _
    fullRecursion As Boolean _
) As String
public static string MakeRecursive(
    string catalogPath,
    bool fullRecursion
)
public:
static String^ MakeRecursive(
    String^ catalogPath, 
    bool fullRecursion
)
static member MakeRecursive : 
        catalogPath:string * 
        fullRecursion:bool -> string
public static function MakeRecursive(
    catalogPath : String, 
    fullRecursion : boolean
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

CatalogPath Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace