Discuss this help topic in SecureBlackbox Forum
Retrieves properties defined on a resource.
Declaration
Parameters
Depth values:
|
Return value
Returns a server status code on success, and -1 otherwise.
Description
This method requests either a list of names of all properties defined on the resource, or the values of the desired properties. Server's response is written to the OutputStream of the underlying HTTPClient. In order to process the output, the application should initialize a stream object and assign it to OutputStream. When PropFind() returns, the response may be loaded into a TElWebDAVMultistatusResponse object.
To request the list of all property names, call PropFind and provide only the URL and Depth parameters. To only request the specific properties, create a new TElWebDAVPropertyInfoList object, populate it with these properties, and pass the list to PropFind().