Thanks, Elieen! I didn't understand exactly what the verbose
parameter did.
Here's a sample Folder element (in the returned "folders" array)
returned by GetFolders, with verbose turned on:
0 =>
array (
'name' => 'Activity Templates',
'has_custom_perms' => false,
'published' => false,
'count' => 3,
'pagecount' => 3,
'filecount' => 0,
'foldercount' => 0,
'perms' =>
array (
'r' => true,
'w' => true,
'd' => true,
'g' => true,
'a' => true,
),
'parent_id' => 41289127,
'oid' => 41431221,
),
I see a parent ID, and I assume that is associated somehow with a
specific folder, or with the workspace root if this folder has no
parent folder. But how to determine the association with the actual
parent, because each folder's data does not seem to include an ID...
Thanks again for your further assistance!