Click or drag to resize
DocumentAttachmentsCopierBase.GetFieldWhere Method
Gets where condition for field attachments.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
protected WhereCondition GetFieldWhere(
	List<DocumentAttachmentsCopierBase. AttachmentField> fields
)

Parameters

fields
Type: System.Collections.Generic.List<DocumentAttachmentsCopierBase.AttachmentField>
List of attachment fields.

Return Value

Type: WhereCondition
See Also