| VersionManagerRemoveAttachmentVersionInternal 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: 9.0.0
Syntaxprotected virtual void RemoveAttachmentVersionInternal(
	int versionHistoryId,
	Guid attachmentGuid
)
Parameters
- versionHistoryId
 - Type: SystemInt32
Document version history ID - attachmentGuid
 - Type: SystemGuid
Attachment GUID 
See Also