$object->updateattachment
$object->updateattachment -- Update a record attachment
Description
boolean $object->updateattachment** (string name, string newname, string title, string mimetype, int [score], int [author])`
Minimum version: Midgard 1.4 (Bifrost)
Updates information about a record attachment.
Returns TRUE on success, FALSE on failure.
updateattachment("oldname", "newname",
"example", "text/html");
?>
Method available for:
