Click or drag to resize
ExternalEditControlInitFrom Method
Initializes edit control.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public void InitFrom(
	IDataContainer data,
	bool liveSite,
	TreeNode treeNode
)

Parameters

data
Type: CMS.BaseIDataContainer
Data row with data on related media file
liveSite
Type: SystemBoolean
If true, the control is loaded in live site context
treeNode
Type: CMS.DocumentEngineTreeNode
Attachment parent document
See Also