Click or drag to resize
DocumentAttachmentsCopierBaseGetFieldWhere 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<DocumentAttachmentsCopierBaseAttachmentField> fields
)

Parameters

fields
Type: System.Collections.GenericListDocumentAttachmentsCopierBaseAttachmentField
List of attachment fields.

Return Value

Type: WhereCondition
See Also