ListChildren Method
Lists children of the current folder.
Object Oriented Interface
public function doListChildren();
Procedural Interface
incloudstorage_googledrive_do_listchildren($res);
Remarks
This method lists children of the current folder specified by ResourceId.
After calling this method the ResourceChild* properties will be populated.
The ChildList event will also fire for each child returned.