Click or drag to resize
BaseDocumentSettings Constructor
Parametric constructor.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
protected BaseDocumentSettings(
	TreeNode node,
	TreeProvider tree
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node to process.
tree
Type: CMS.DocumentEngineTreeProvider
TreeProvider to use.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when node is null.
See Also