Hello,
To create and fill a property "password" on a webdav user, I use the proppatch method : boolean success = webDavResource.proppatchMethod(path, "password", password, true); But I want to fill too the "namespace" field of this property, do you know how can I do ? Thanks a lot.
