VersionAttachmentInfoProviderRemove Method |
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public virtual void Remove(
int versionHistoryId,
int attachmentHistoryId
)
Parameters
- versionHistoryId
- Type: SystemInt32
Version history ID. - attachmentHistoryId
- Type: SystemInt32
Attachment history ID.
Implements
IVersionAttachmentInfoProviderRemove(Int32, Int32)See Also