Share via


DocuValue::writeDocuValue Method

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.
  • 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.

See Also

Reference

DocuValue Table