Freigeben über


SPWebApplication.AllowHighCharacterListFolderNames-Eigenschaft

Dient zum Abrufen oder Festlegen eines booleschen Werts, das bestimmt, ob nicht alphanumerische Zeichen automatisch in zulässig sind Ordnernamen Liste generiert.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property AllowHighCharacterListFolderNames As Boolean
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.AllowHighCharacterListFolderNames

instance.AllowHighCharacterListFolderNames = value
public bool AllowHighCharacterListFolderNames { get; set; }

Eigenschaftswert

Typ: System.Boolean
Boolean
true Sie nicht alphanumerische Zeichen zulassen; andernfalls false.

Siehe auch

Referenz

SPWebApplication Klasse

SPWebApplication-Member

Microsoft.SharePoint.Administration-Namespace