Discuss this help topic in SecureBlackbox Forum

WebDAV: Get the list of resource properties

Depending on the server remote resources may have various sets of standard and custom properties. After you have initialized the WebDAV client, you can use TElWebDAVClient.GetSupportedProperties() method to retrieve the set of supported properties. The properties will be returned in the instance of TElWebDAVPropertyInfoList, which you need to create and pass to the method. Upon return from the method this instance includes a set of TElWebDAVPropertyInfo objects, each one describing a single property of a remote resource.

To read the actual property values for the resource, see this how-to article.

How To articles about WebDAV client

Discuss this help topic in SecureBlackbox Forum