Click or drag to resize
DocumentAttachmentsCopierBaseCopyAttachmentsExceptVariants Method
Copies attachments except variants.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
protected IDictionary<int, int> CopyAttachmentsExceptVariants(
	WhereCondition where
)

Parameters

where
Type: CMS.DataEngineWhereCondition
Where condition to limit copied attachments.

Return Value

Type: IDictionaryInt32, Int32
Dictionary of copied attachments where key is the original attachment ID.
See Also