SPList.ExcludeFromTemplate - Propriété

Gets a Boolean value that indicates whether the content of the list is included when the list is saved as a list template or when the site to which the list belongs is saved as a site template.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ExcludeFromTemplate As Boolean
    Get
'Utilisation
Dim instance As SPList
Dim value As Boolean

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

Valeur de propriété

Type : System.Boolean
true if the content of the list is included in the list or site template; otherwise, false.

Voir aussi

Référence

SPList classe

SPList - Membres

Microsoft.SharePoint - Espace de noms