SPList.ServerTemplateCanCreateFolders property

Gets a Boolean value that specifies whether server template folder creation is enabled for the list.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ServerTemplateCanCreateFolders As Boolean
    Get
'Usage
Dim instance As SPList
Dim value As Boolean

value = instance.ServerTemplateCanCreateFolders
public bool ServerTemplateCanCreateFolders { get; }

Property value

Type: System.Boolean
true if folder creation is enabled; otherwise, false.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace