Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
Adds a client object to the end of the SP.ClientObjectCollection Class.
SP.ClientObjectCollection.addChild(obj);
Parameters
- obj
The client object to be added to the end of the SP.ClientObjectCollection Class.
Type: SP.ClientObject
Applies To
SP.ClientObjectCollection Class
Remarks
If SP.ClientObjectCollection.count Property already equals the capacity of the SP.ClientObjectCollection Class, the capacity of the SP.ClientObjectCollection Class is increased by automatically reallocating the internal array.
See Also
Reference
SP.ClientObjectCollection Methods