Freigeben über


VersionControlUtil.CheckServerItem-Methode (String%, String, Boolean, Boolean, Boolean, Boolean, PathLength)

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

Syntax

'Declaration
Public Shared Function CheckServerItem ( _
    ByRef item As String, _
    parameterName As String, _
    allowNull As Boolean, _
    allowWildcards As Boolean, _
    allow8Dot3Paths As Boolean, _
    checkReservedCharacters As Boolean, _
    maxServerPathLength As PathLength _
) As ItemValidationError
public static ItemValidationError CheckServerItem(
    ref string item,
    string parameterName,
    bool allowNull,
    bool allowWildcards,
    bool allow8Dot3Paths,
    bool checkReservedCharacters,
    PathLength maxServerPathLength
)

Parameter

Rückgabewert

Typ: Microsoft.TeamFoundation.VersionControl.Common.ItemValidationError

.NET Framework-Sicherheit

Siehe auch

Referenz

VersionControlUtil Klasse

CheckServerItem-Überladung

Microsoft.TeamFoundation.VersionControl.Common-Namespace