Click or drag to resize
SimpleDocumentManagerEventArgs Constructor (TreeNode, FormModeEnum)
Constructor

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax
C#
public SimpleDocumentManagerEventArgs(
	TreeNode node,
	FormModeEnum mode
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
mode
Type: CMS.ExtendedControlsFormModeEnum
Manager mode
See Also