ListTemplate.AllowsFolderCreation property

Gets a value that specifies whether new list folders can be added to a list created from the list template.

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

Syntax

'Declaration
Public ReadOnly Property AllowsFolderCreation As Boolean
    Get
'Usage
Dim instance As ListTemplate
Dim value As Boolean

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

Property value

Type: System.Boolean
Returns Booleantrue if the new list folders can be added to a list created from the list template; otherwise, returns false. The default value is

See also

Reference

ListTemplate class

ListTemplate members

Microsoft.SharePoint.Client namespace