VersionManagerGetVersionAttachments Method (Int32, String, String, Boolean) |
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.2.23
Syntax public InfoDataSet<AttachmentHistoryInfo> GetVersionAttachments(
int versionHistoryId,
string where,
string orderBy,
bool getBinary
)
Parameters
- versionHistoryId
- Type: SystemInt32
Document version history ID - where
- Type: SystemString
Where condition - orderBy
- Type: SystemString
Order by clause - getBinary
- Type: SystemBoolean
Indicates if binary data should be included
Return Value
Type:
InfoDataSetAttachmentHistoryInfoSee Also