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.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Shared Function IsValidFolderName ( _
name As String, _
<OutAttribute> ByRef error As String _
) As Boolean
public static bool IsValidFolderName(
string name,
out string error
)
public:
static bool IsValidFolderName(
String^ name,
[OutAttribute] String^% error
)
static member IsValidFolderName :
name:string *
error:string byref -> bool
public static function IsValidFolderName(
name : String,
error : String
) : boolean
Parameters
- name
Type: System.String
- error
Type: System.String%
Return Value
Type: System.Boolean
.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.