ClientObjectCollection.RemoveChild method

Removes the specific client object from the ClientObjectCollection.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

protected internal void RemoveChild(
    ClientObject obj
)

Parameters

Remarks

All ClientObject objects that are identical to the specified client object or have the same object path identity will be removed from the ClientObjectCollection.

See also

Reference

ClientObjectCollection class

ClientObjectCollection members

Microsoft.SharePoint.Client namespace