Click or drag to resize
AttachmentWithVariants Constructor
Constructor

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public AttachmentWithVariants(
	int versionHistoryId,
	DocumentAttachment attachment,
	IEnumerable<DocumentAttachment> variants
)

Parameters

versionHistoryId
Type: SystemInt32
Version history ID
attachment
Type: CMS.DocumentEngineDocumentAttachment
Main attachment
variants
Type: System.Collections.GenericIEnumerableDocumentAttachment
Attachment variants
See Also