IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

ResourceProperties Event

Fires for each entry returned through a property search.

Object Oriented Interface

public function fireResourceProperties($param);

Procedural Interface

ipworks_webdav_register_callback($res, 10, array($this, 'fireResourceProperties'));

Parameter List


'resourceuri'
'resourceproperties'

Remarks

The ResourceProperties event is fired when resource properties are received as a response to FindProperties.

The StartTransfer and EndTransfer events mark the beginning and end of the event stream.

The ResourceProperties contains the full XML containing the properties of the resource.

ResourceURI contains the name of the resource.

The parsed property names, values, and status are contained within the Properties properties.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]