Click or drag to resize

ISchemaWithVersionsTVersions Method


Retrieves a collection of version objects belongs to schema

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<T> Versions(
	out int count,
	int pageSize = -1,
	int startingIndex = -1
)

Parameters

count  Int32
Output of the total count of versions
pageSize  Int32  (Optional)
How many items to retrieve, default to retrieve 128 items, if startingIndex is equal to or greater than 0.
startingIndex  Int32  (Optional)
The starting position of the items to retrieve.

Return Value

IEnumerableT
A collection of schema version objects
Remarks
If both pageSize and startingIndex are omitted or less than 0, all versions will be retrieved.
See Also