ISchemaVersion Method Ingeniux CMS Content Store API

Retrieves a previous version of this schema by its version number.

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

ISchemaVersion Version(
	int version
)

Parameters

version
Type: SystemInt32
Version number to retrieve

Return Value

Type: ISchemaVersion
Previous version with matching version number. If version number is out of range, returns null.
See Also

Reference