Version

register_collection Method

Registers a collection with the CollectionManager.
Syntax
ASP.NET Ajax Javascript (Specification) 
function register_collection( 
   index : {Any},
   collectionType : Type
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfCollectionsManager.register_collection({Any},Type);

Parameters

index
index
collectionType
the type of the collection
See Also