Open Source Content Management System

$object->updateattachment

  1. Description

$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:

Designed by Nemein, hosted by Anykey