Click or drag to resize
SiteDeletionLog Class
Site deletion object for logging messages to the async control
Inheritance Hierarchy
SystemObject
  CMS.SiteProviderSiteDeletionLog

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 11.0.0
Syntax
C#
[SerializableAttribute]
public sealed class SiteDeletionLog : ISerializable, 
	IProgress<SiteDeletionStatusMessage>

The SiteDeletionLog type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDeletionLog
Keep information about deletion progress.
Public propertyPersistentLogKey
Persistent key to store the log.
Top
Methods
  NameDescription
Public methodGetObjectData
Serialization function.
Public methodGetProgressState
Gets progress state.
Public methodLogDeletionState
Logs deletion state.
Public methodReport
Reports a progress update.
Top
See Also