Click or drag to resize

ISchemaWithVersionsTVersion Method


Retrieves the specific version for this schema

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
T Version(
	int version
)

Parameters

version
Type: SystemInt32
Number of the version to retrieve

Return Value

Type: T
The schema version object with provided version number
Remarks
Null object is returned if version number doesn't exist in collection.
See Also