DocumentAttachmentsCopierBaseGetVariants Method |
Gets attachments variants based on the given list of parent IDs.
Namespace: CMS.DocumentEngine.InternalAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax protected abstract IEnumerable<DocumentAttachment> GetVariants(
IEnumerable<int> parentAttachmentIds
)
Parameters
- parentAttachmentIds
- Type: System.Collections.GenericIEnumerableInt32
Parent attachment IDs.
Return Value
Type:
IEnumerableDocumentAttachmentSee Also