SPWebApplication.AllowHighCharacterListFolderNames property
取得或設定 Boolean 值,以決定是否非英數字元中允許自動產生清單資料夾名稱。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: System.Boolean
Boolean
允許非英數字元 ; true否則,請false。