VersionAttachmentInfoProviderGetVersionAttachmentInfoInternal Method |
Note: This API is now obsolete.
Returns version attachment binding.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax [ObsoleteAttribute("Use Get(int, int) instead.")]
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