IPageVersion Method Ingeniux CMS Content Store API

Retrieves a Version of this page by version number.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IPageVersion Version(
	int versionNumber
)

Parameters

versionNumber
Type: SystemInt32
Version number of the version to retrieve

Return Value

Type: IPageVersion
Version with matching version number
Remarks

If the version number is the version number of current version, or less than or equal to 0, the current (checked-in) version is returned.

If the version number is greater than 0 and no previous version has the matching version number, this method returns null.

See Also

Reference