SPWeb.SaveSiteAsTemplateEnabled 属性

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

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property SaveSiteAsTemplateEnabled As Boolean
    Get
    Set
用法
Dim instance As SPWeb
Dim value As Boolean

value = instance.SaveSiteAsTemplateEnabled

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

属性值

类型:System.Boolean

备注

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.

另请参阅

引用

SPWeb 类

SPWeb 成员

Microsoft.SharePoint 命名空间