VersionManagerAddAttachmentToVersionInternal Method |
Adds the version - attachment binding to the database.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax protected virtual void AddAttachmentToVersionInternal(
int versionHistoryId,
int attachmentHistoryId
)
Parameters
- versionHistoryId
- Type: SystemInt32
Document version history ID - attachmentHistoryId
- Type: SystemInt32
Attachment version history ID
See Also