Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the file properties of a DocuValue record that is associated with a DocuRefrecord.
Syntax
client server public static DocuValue writeDocuValue(
DocuRef docuRef,
[Filename filename,
BinData binData])
Run On
ClientOrServer
Parameters
- docuRef
Type: DocuRef Table
The record ID of the record in the DocuRef table that is associated with the file.
- filename
Type: Filename Extended Data Type
The full name of the file that is being added.
- binData
Type: BinData Class
The binary data of the file content.
Return Value
Type: DocuValue Table
The updated DocuValue record.
Remarks
Data is inserted to database.The method runs on both client and server.