VersionAttachmentInfoProviderGetVersionAttachmentInfoInternal Method |
Returns version attachment binding.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax protected virtual VersionAttachmentInfo GetVersionAttachmentInfoInternal(
int versionHistoryId,
int attachmentHistoryId
)
Parameters
- versionHistoryId
- Type: SystemInt32
Identifier for document history - attachmentHistoryId
- Type: SystemInt32
Identifier for attachment history
Return Value
Type:
VersionAttachmentInfoSee Also