Hey all,
Currently I am stuck in one issue. On doing PROPFIND on my iis-webdav server I am getting the below properties under Property tag
<D:getcontenttype>
<D:getlastmodified>
<D:lockdiscovery />
<D:ishidden>
<D:supportedlock>
<D:getetag>
<D:displayname>
<D:getcontentlanguage />
<D:getcontentlength>
<D:iscollection>
<D:creationdate>
<D:resourcetype />
What I additional need is a owner tag like this :<D:Owner> which refers to the file owner maintained by the file system.
However I get from this link that there are 2 types of Webdav property "Live" and "Dead". Live are what we get on profind and dead are the one maintained which has to be maintained by the client. But here I need a already known property of a file calledowner in my propfind response.
P.S : Repeating again, here I am referring to IIS-webdav and not exchange webdav.