VersionAttachmentInfoProvider.Add Method |
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntaxpublic virtual void Add(
int versionHistoryId,
int attachmentHistoryId
)
Parameters
- versionHistoryId
- Type: System.Int32
Version history ID. - attachmentHistoryId
- Type: System.Int32
Attachment history ID.
Implements
IVersionAttachmentInfoProvider.Add(Int32, Int32)
See Also