Click or drag to resize
IVersionAttachmentInfoProviderGet Method (Int32, Int32)
Gets an instance of the VersionAttachmentInfo binding structure.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
VersionAttachmentInfo Get(
	int versionHistoryId,
	int attachmentHistoryId
)

Parameters

versionHistoryId
Type: SystemInt32
Version history ID.
attachmentHistoryId
Type: SystemInt32
Attachment history ID.

Return Value

Type: VersionAttachmentInfo
Returns an instance of VersionAttachmentInfo corresponding to given identifiers or null.
See Also