Removes an object reference (either a file or folder) as a child of a virtual folder object.
Original signature is '- (void) removeChild:(DRFSObject*)child'
| C# | Visual Basic | Visual C++ |
public virtual void RemoveChild( DRFSObject child )
Public Overridable Sub RemoveChild ( _ child As DRFSObject _ )
public: virtual void RemoveChild( DRFSObject^ child )
- child (DRFSObject)
- The child to remove from the folder
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)