Overload List
| Name | Description | |
|---|---|---|
| DestroyChildAsync(String, GenericObjectProperties, String) | Removes a child object. It is possible to update the properties of the child's parent at the same time that the child is removed. Both operations are performed by the same call.Removing a linked object, invalidate the linking object. | |
| DestroyChildAsync T (String, GenericObjectProperties, Func Response, T , String) | Removes a child object. It is possible to update the properties of the child's parent at the same time that the child is removed. Both operations are performed by the same call.Removing a linked object, invalidate the linking object. |
See Also