Click or drag to resize
ImportExportSettingsIncludeToWebTemplateExport Property
Determines the range of objects which will go to the web template export. If Default, the default selection of objects for web template export is preserved. If None, this object type will never go to web template export. If All, this object type will always go to web template export (both site and global objects). If Site, global objects are excluded. If Global, site objects are excluded.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public ObjectRangeEnum IncludeToWebTemplateExport { get; set; }

Property Value

Type: ObjectRangeEnum
See Also