SPList.EnableFolderCreation property
取得或設定一個Boolean值,指定是否可以建立清單的資料夾。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property EnableFolderCreation As Boolean
Get
Set
'用途
Dim instance As SPList
Dim value As Boolean
value = instance.EnableFolderCreation
instance.EnableFolderCreation = value
public bool EnableFolderCreation { get; set; }
Property value
Type: System.Boolean
true如果資料夾可以建立清單 ;否則,請false。