Partager via


Web.SaveSiteAsTemplateEnabled - Propriété

Gets or sets a Boolean value that specifies whether the Web site can be saved as a site 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 Property SaveSiteAsTemplateEnabled As Boolean
    Get
    Set
'Utilisation
Dim instance As Web
Dim value As Boolean

value = instance.SaveSiteAsTemplateEnabled

instance.SaveSiteAsTemplateEnabled = value
public bool SaveSiteAsTemplateEnabled { get; set; }

Valeur de propriété

Type : System.Boolean

Remarques

Features that create content which is not compatible with the save site as template feature should set this value to true to stop users of this site from generating invalid templates. A feature should never set this value to false during Feature Deactivation or at any other time since other features might have created content that is not supported and set this value to true. Setting this value to false, if it was true, will result in a template that is not supported.

Voir aussi

Référence

Web classe

Web - Membres

Microsoft.SharePoint.Client - Espace de noms