VersionManagerGetVersionAttachments Method (Int32, Boolean) |
Returns the DataSet containing all the attachments for the given document version.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public InfoDataSet<AttachmentHistoryInfo> GetVersionAttachments(
int versionHistoryId,
bool getBinary
)
Parameters
- versionHistoryId
- Type: SystemInt32
Document version history ID - getBinary
- Type: SystemBoolean
Indicates if binary data should be included
Return Value
Type:
InfoDataSetAttachmentHistoryInfoSee Also