Click or drag to resize
BaseDocumentSettings Class
Container for shared settings used by operations with documents.
Inheritance Hierarchy

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public abstract class BaseDocumentSettings

The BaseDocumentSettings type exposes the following members.

Constructors
  NameDescription
Protected methodBaseDocumentSettings
Parametric constructor
Top
Properties
  NameDescription
Public propertyNode
Document node to process.
Public propertyTree
TreeProvider to use.
Top
See Also