SPWebApplication.AllowHighCharacterListFolderNames Property
Gets or sets a Boolean value that determines whether non-alphanumeric characters are allowed in automatically generated list folder names.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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; }
Property Value
Type: System.Boolean
Boolean
true to allow non-alphanumeric characters; otherwise, false.