Click or drag to resize
AttachmentsWithVariantsTransformationDataProvider Constructor
Constructor

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public AttachmentsWithVariantsTransformationDataProvider(
	TreeNode node,
	ICMSDocumentManager documentManager,
	Guid formGuid
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Parent document of the attachments
documentManager
Type: CMS.Base.Web.UIICMSDocumentManager
Parent document manager
formGuid
Type: SystemGuid
Parent form GUID
See Also