Click or drag to resize
NewCultureVersionAttachmentsCopierGetVariants Method
Gets attachments variants based on the given list of parent IDs.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
protected override IEnumerable<DocumentAttachment> GetVariants(
	IEnumerable<int> parentAttachmentIds
)

Parameters

parentAttachmentIds
Type: System.Collections.GenericIEnumerableInt32
Parent attachment IDs.

Return Value

Type: IEnumerableDocumentAttachment
See Also