Click or drag to resize
SiteDeletionSettings Class
Site deletion settings configuration
Inheritance Hierarchy
SystemObject
  CMS.SiteProviderSiteDeletionSettings

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 11.0.0
Syntax
C#
public sealed class SiteDeletionSettings

The SiteDeletionSettings type exposes the following members.

Constructors
  NameDescription
Public methodSiteDeletionSettings
Constructor
Top
Properties
  NameDescription
Public propertyDeleteAttachments
Indicates if attachments should be deleted.
Public propertyDeleteMediaFiles
Indicates if media files should be deleted.
Public propertyDeleteMetaFiles
Indicates if meta files should be deleted.
Public propertySite
Deleted site.
Top
See Also