SP.ClientObjectPrototype.retrieveCollectionObject(propertyName) Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Applies To
Remarks
Returns a collection prototype that represents the specified SP.ClientObjectCollection Class property. This member is reserved for internal use and is not intended to be used directly from your code.
var value = SP.ClientObjectPrototype.retrieveCollectionObject(propertyName);
Parameters
- propertyName
A string that contains the property name.
Type: String
- ItemType
The type of items in the collection.
Return Value
Type: SP.ClientObjectCollectionPrototype
Applies To
SP.ClientObjectPrototype Class
Remarks
This method returns the prototype that represents the specified SP.ClientObjectCollection Class property that retrieves the child items for the collection.