Special Cases

NEWS & TIPS

  • Site Access Keys
  • Top: Alt+t
    Previous: Alt+,
    Next: Alt+.
    Up: Alt+;
    (Note: use Ctrl on the Mac)

Read Folder Operation

Like all other read operations, reading a folder returns the information about that folder. However, in the read folder operation, the folder's child assets are also returned in an array called "children". Here we can see that in the WSDL that defines the "folder" complex type:

The WSDL for the "container-children" complex type is:



Here we see that the "container-children" complex type is simply a wrapper for an array of identifiers, each containing the id, path, and type of that particular child.

A sample response from a read-folder operation looks like:


Last modified on Mon, 14 Jan 2008 11:13:50 -0500

Comments


Top / Previous / Up / Table of Contents