DocumentAttachmentsCopierBaseCopyAttachmentsExceptVariants Method |
Copies attachments except variants.
Namespace: CMS.DocumentEngine.InternalAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax protected IDictionary<int, int> CopyAttachmentsExceptVariants(
WhereCondition where
)
Parameters
- where
- Type: CMS.DataEngineWhereCondition
Where condition to limit copied attachments.
Return Value
Type:
IDictionaryInt32,
Int32Dictionary of copied attachments where key is the original attachment ID.
See Also