ISchemaWithVersionsTVersions Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<T> Versions(
out int count,
int pageSize = -1,
int startingIndex = -1
)
Function Versions (
<OutAttribute> ByRef count As Integer,
Optional pageSize As Integer = -1,
Optional startingIndex As Integer = -1
) As IEnumerable(Of T)
IEnumerable<T>^ Versions(
[OutAttribute] int% count,
int pageSize = -1,
int startingIndex = -1
)
abstract Versions :
count : int byref *
?pageSize : int *
?startingIndex : int
(* Defaults:
let _pageSize = defaultArg pageSize -1
let _startingIndex = defaultArg startingIndex -1
*)
-> IEnumerable<'T>
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