Freigeben über


Web.SaveSiteAsTemplateEnabled-Eigenschaft

Gets or sets a Boolean value that specifies whether the Web site can be saved as a site template.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property SaveSiteAsTemplateEnabled As Boolean
    Get
    Set
'Usage
Dim instance As Web
Dim value As Boolean

value = instance.SaveSiteAsTemplateEnabled

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

Eigenschaftswert

Typ: System.Boolean

Hinweise

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.

Siehe auch

Referenz

Web Klasse

Web-Member

Microsoft.SharePoint.Client-Namespace