SPWebApplication.AllowHighCharacterListFolderNames 属性
获取或设置一个布尔值,确定是否非字母数字字符中允许自动生成列表中的文件夹名称。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property AllowHighCharacterListFolderNames As Boolean
Get
Set
用法
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.AllowHighCharacterListFolderNames
instance.AllowHighCharacterListFolderNames = value
public bool AllowHighCharacterListFolderNames { get; set; }
属性值
类型:System.Boolean
Boolean
true允许非字母数字字符。否则为false。