Returns object query of all attachments filtered by where condition.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- whereCondition
- Type: System String
Where condition statement
- orderBy (Optional)
- Type: System String
Order by statement
- getBinary (Optional)
- Type: System Boolean
If false, no binary data is returned for the attachments
- topN (Optional)
- Type: System Int32
Top N attachments
- columns (Optional)
- Type: System String
Selected columns
Return Value
Type: ObjectQuery AttachmentInfoSee Also