VersionManagerRemoveAttachmentVersion Method |
Removes the AttachmentHistory binding to the document version history and deletes the AttachmentHistory object if there is no more bindings to that version.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax public void RemoveAttachmentVersion(
int versionHistoryId,
Guid attachmentGuid
)
Parameters
- versionHistoryId
- Type: SystemInt32
Document version history ID - attachmentGuid
- Type: SystemGuid
Attachment GUID
See Also