Description
This method allows you to add a new attribute to a document or change data in an existing attribute.
Syntax
UpdateDocAttribute( DocumentPath, DocumentAttributes, Owner, AccessMode );
|
Input: (String) DocumentPath |
Path and name of document in which to update attributes. |
|
Input: (Variant) DocumentAttributes |
Array of attributes to be updated or inserted. |
| Input: (String) Owner | Owner of document. |
| Input: (AccessMode) AccessMode | Mode in which to make update. |
Note
If there are attributes in a document with the same names as in a called method, these attribute value will be changed with the new one. Additional new attributes will be attached to the document.
The parameter Owner temporary does not take affect. Set its value to "guest".
The parameter AccessMode temporary does not take affect.