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)
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.