| SiteDeletionLog Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.SiteProvider
 Syntax
Syntax[SerializableAttribute] public sealed class SiteDeletionLog : ISerializable, IProgress<SiteDeletionStatusMessage>
The SiteDeletionLog type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | SiteDeletionLog | 
            Constructor
             | 
|  | SiteDeletionLog(SerializationInfo, StreamingContext) | 
            Constructor for deserialization.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DeletionLog | 
            Keep information about deletion progress.
             | 
|  | PersistentLogKey | 
            Persistent key to store the log.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetObjectData | 
            Serialization function.
             | 
|  | GetProgressState | 
            Gets progress state.
             | 
|  | LogDeletionState | 
            Logs deletion state.
             | 
|  | Report | 
            Reports a progress update.
             | 
 See Also
See Also