Click or drag to resize
VersionHistoryInfoProviderGetVersionHistoryInfoInternal Method
Returns the VersionHistoryInfo structure for the specified versionHistory.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual VersionHistoryInfo GetVersionHistoryInfoInternal(
	int versionHistoryId
)

Parameters

versionHistoryId
Type: SystemInt32
VersionHistory ID

Return Value

Type: VersionHistoryInfo
See Also