Click or drag to resize

ISchemaWithVersionsTVersions Method


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

Parameters

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Ingeniux.CMS.ISchemaWithVersions`1.Versions(System.Int32@,System.Int32,System.Int32)"]

pageSize (Optional)
Type: SystemInt32

[Missing <param name="pageSize"/> documentation for "M:Ingeniux.CMS.ISchemaWithVersions`1.Versions(System.Int32@,System.Int32,System.Int32)"]

startingIndex (Optional)
Type: SystemInt32

[Missing <param name="startingIndex"/> documentation for "M:Ingeniux.CMS.ISchemaWithVersions`1.Versions(System.Int32@,System.Int32,System.Int32)"]

Return Value

Type: IEnumerableT

[Missing <returns> documentation for "M:Ingeniux.CMS.ISchemaWithVersions`1.Versions(System.Int32@,System.Int32,System.Int32)"]

See Also