Get the properties of a Library member or of a hierarchy of members.
if depth=0, get only properties of the member itself.
If depth > 0, the Library member must be a Collection. Descend the collection tree down to this depth and return properties of each Library member. Note that the returned list of members is flat.
mime-type: text/xml or text/plain
The return format is one or several element 'properties' wrapped in a 'getprop' element. Each element 'properties' corresponds with a Document or Collection and contains a list of elements 'property' with a name a type and a value:
<getprop> <properties path="/plays/hamlet.xml"> <property name="dtd-name">PLAY</property> <property name="dtd-system-id">play.dtd</property> <property name="nature">document</property> <property name="path">/plays/hamlet.xml</property> <property name="size" type="integer">274083</property> </properties> <properties path="/plays/r_and_j.xml"> <property name="dtd-name">PLAY</property> ... </properties> </getprop>