Returns the DataSet containing all the attachments for the given document version based on where condition and order by clause.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- versionHistoryId
- Type:
System Int32
Document version history ID
- where
- Type:
System String
Where condition
- orderBy
- Type:
System String
Order by clause
- getBinary
- Type:
System Boolean
Indicates if binary data should be included
- topN
- Type:
System Int32
Top N attachments
- columns
- Type:
System String
Selected columns
Return Value
Type: ObjectQuery AttachmentHistoryInfoSee Also