VersionControlPath.IsValidFolderName Method
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Декларация
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.