VersionManagerRemoveAttachmentFromVersionInternal Method |
Removes the version - attachment binding from the database.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax protected virtual void RemoveAttachmentFromVersionInternal(
int versionHistoryId,
int attachmentHistoryId
)
Parameters
- versionHistoryId
- Type: SystemInt32
Document version history ID - attachmentHistoryId
- Type: SystemInt32
Attachment version history ID
See Also