UpdateFile Property
A resource to be updated, deleted or created.
Object Oriented Interface
public function getUpdateFile(); public function setUpdateFile($value);
Procedural Interface
ipworks_atom_get($res, 136 ); ipworks_atom_set($res, 136, $value );
Default Value
''
Remarks
This property allows you to create, update, and delete Atom resources using the Put method.
If UpdateFile is set to a local file, the content of that file will be used to form the content of the HTTP request.
Data Type
String