Discuss this help topic in SecureBlackbox Forum
Retrieves properties defined on a resource.
Declaration
Parameters
- URL - URL of the resource.
- Properties - the list of of the desired properties, defines the 'prop' element.
- All - if set to True, property values using the 'allprop' element are requested (see RFC 4918 for details). If set to False, only the values of the desired properties, defined by the 'prop' element, are requested.
- Depth - specifies the depth of the request.
Depth values:
Return value
On success, returns server status code, otherwise returns -1.
Description
Use this method to request a list of names of all the properties defined on the resource, or to request the values of the desired properties.
Discuss this help topic in SecureBlackbox Forum