updateProps<P extends ProppatchRequestProp<ToXmlCapable> > abstract method
Future<WebDavStdRequest<ProppatchRequestParam<P> > >
updateProps<P extends ProppatchRequestProp<ToXmlCapable> >({})
Update (set/remove) properties defined on resource identified by from
.
see: https://datatracker.ietf.org/doc/html/rfc4918#section-9.2 and https://datatracker.ietf.org/doc/html/rfc4918#section-9.2.2
Implementation
Future<WebDavStdRequest<ProppatchRequestParam<P>>>
updateProps<P extends ProppatchRequestProp>(
{required List<P> operations, IfOr? condition});