Partager via


ListTemplate.AllowsFolderCreation - Propriété

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

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public ReadOnly Property AllowsFolderCreation As Boolean
    Get
'Utilisation
Dim instance As ListTemplate
Dim value As Boolean

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

Valeur de propriété

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

Voir aussi

Référence

ListTemplate classe

ListTemplate - Membres

Microsoft.SharePoint.Client - Espace de noms