PatchProperties Method
Update the current set of properties on the server.
Object Oriented Interface
public function doPatchProperties($resourceuri);
Procedural Interface
ipworks_webdav_do_patchproperties($res, $resourceuri);
Remarks
When the user calls PatchProperties, the class will send a request to the server to update the existing property list. The method is linked to the Properties property: the class will use the Operation field to tell the server what to do with the properties.