Click or drag to resize
NewCultureVersionAttachmentsCopierGetAttachmentsExceptVariants Method
Gets the attachments except varinats for the source document.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
protected override IEnumerable<DocumentAttachment> GetAttachmentsExceptVariants(
	IWhereCondition where
)

Parameters

where
Type: CMS.DataEngineIWhereCondition
Where condition.

Return Value

Type: IEnumerableDocumentAttachment
See Also