On 3 Jan 2004, at 17:15, Mike Oliver wrote:
Gents,
I would like to propose an enhancement to the Slide Client PropPatch method such that the command line can be used to more fully expose the webdavresource proppatchMethod signatures. Currently only
webdavResource.proppatchMethod( path, new PropertyName("DAV:",name), value)
Is implemented and this does not allow specification of another namespace other than DAV:
I don't see this. Why can't you do
webdavResource.proppatchMethod(path, new PropertyName("whatever:",name),value);
??
sorry if the question is silly, I haven't used the client library much.
-- Stefano.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
