DeleteDocumentSettings Class |
Namespace: CMS.DocumentEngine
public class DeleteDocumentSettings : BaseDocumentSettings
The DeleteDocumentSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeleteDocumentSettings |
Default constructor
|
![]() | DeleteDocumentSettings(DeleteDocumentSettings) |
Copying constructor.
|
![]() | DeleteDocumentSettings(TreeNode, Boolean, Boolean, TreeProvider) |
Creates and initializes DeleteDocumentSettings object.
|
Name | Description | |
---|---|---|
![]() | AlternatingDocument |
Alternating document
|
![]() | AlternatingDocumentCopyAllPaths |
Indicates whether document aliases should be copied to the alternating document
|
![]() | AlternatingDocumentMaxLevel |
Maximal level of deleted document which should be used as source for alternating document
|
![]() | DeleteAllCultures |
Indicates whether all culture version of the specified document are to be deleted.
|
![]() | DestroyHistory |
Indicates whether the history of the specified document is to be deleted.
|
![]() | Node |
Document node to process.
(Inherited from BaseDocumentSettings.) |
![]() | Tree |
TreeProvider to use.
(Inherited from BaseDocumentSettings.) |