Click or drag to resize
ExportWebTemplateSettings Class
Settings for exporting web template.
Inheritance Hierarchy
SystemObject
  CMS.CMSImportExportExportWebTemplateSettings

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 11.0.0
Syntax
C#
public class ExportWebTemplateSettings

The ExportWebTemplateSettings type exposes the following members.

Constructors
  NameDescription
Public methodExportWebTemplateSettings
Top
Properties
  NameDescription
Public propertyAdditionalObjects
Additional objects
Public propertyExcludedNameExpressions
Expressions to exclude the exported objects by code name and display name.
Public propertyExportCommunity
Indicates if community module objects should be exported.
Public propertyExportEcommerce
Indicates if e-commerce module objects should be exported.
Public propertyIncludedNameExpressions
Expressions to include the exported objects by code name and display name.
Public propertySiteCodeName
Site code name.
Public propertyTargetPath
Full target path.
Public propertyUserInfo
Current user info.
Public propertyWebsitePath
Full web site path.
Top
See Also