Click or drag to resize
DocumentFileDeleteJob Class
Class designated for removal of serialized TreeNode objects from the file system.
Inheritance Hierarchy
SystemObject
  AbstractFileSystemJob
    AbstractSingleObjectJob
      FileSystemDeleteJob
        CMS.DocumentEngineDocumentFileDeleteJob

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public class DocumentFileDeleteJob : FileSystemDeleteJob

The DocumentFileDeleteJob type exposes the following members.

Constructors
  NameDescription
Public methodDocumentFileDeleteJob
Creates a new document file delete job with given repository configuration.
Top
Methods
  NameDescription
Protected methodSelectFilesToDelete
Selects files to be deleted in order to delete given baseInfo from the repository.
(Overrides FileSystemDeleteJob.SelectFilesToDelete(BaseInfo).)
Top
See Also