SPList.ServerTemplateCanCreateFolders property
取得Boolean值,指定是否啟用伺服器範本資料夾建立的清單。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ServerTemplateCanCreateFolders As Boolean
Get
'用途
Dim instance As SPList
Dim value As Boolean
value = instance.ServerTemplateCanCreateFolders
public bool ServerTemplateCanCreateFolders { get; }
Property value
Type: System.Boolean
true如果資料夾建立已啟用 ;否則,請false。