Version

getItemCount Method

Retunrs the number of items in the collection at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getItemCount( 
   index : Integer
) : Integer;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfCollectionsManager.getItemCount(Integer);

Parameters

index
the index of the collection in the list of collections

Return Value

the number of items in the specified collection
See Also