Click or drag to resize
AttachmentsWithVariantsTransformationDataProvider Constructor
Constructor

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

Parameters

node
Type: CMS.DocumentEngine.TreeNode
Parent document of the attachments
documentManager
Type: CMS.Base.Web.UI.ICMSDocumentManager
Parent document manager
formGuid
Type: System.Guid
Parent form GUID
See Also