Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
- catalogPath
Type: System.String
- fullRecursion
Type: System.Boolean
Return Value
Type: System.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.