The JS_DocFileDataField class represents the special comment field at the DocFile.
More...
The JS_DocFileDataField class represents the special comment field at the DocFile.
- Since
- DOCUMENTS 5.0d
◆ getLastError()
| String DocFileDataField::getLastError |
( |
| ) |
|
If you call a method at a DocFileDataField object and an error occurred, you can get the error description with this function.
- Returns
- Text of the last error as String
- Since
- DOCUMENTS 5.0d
◆ getValue()
| String DocFileDataField::getValue |
( |
| ) |
|
Get the comment as String.
- Returns
- String containing the comment
- Since
- DOCUMENTS 5.0d
◆ setValue()
| boolean DocFileDataField::setValue |
( |
String |
value | ) |
|
Set the comment as String.
- Parameters
-
| value | String containing the new comment |
- Returns
true if successful, false in case of any error
- Since
- DOCUMENTS 5.0d
◆ hash
| String DocFileDataField::hash |
Hash value of the last field value.
- Returns
String with sha256 hash.
- Since
- DOCUMENTS 5.0d
◆ name
| String DocFileDataField::name |
Name of the field.
- Returns
String with name.
- Since
- DOCUMENTS 5.0d
◆ readAccess
| String DocFileDataField::readAccess |
Access-right to read the field.
- Returns
true or false.
- Since
- DOCUMENTS 5.0d
◆ writeAccess
| String DocFileDataField::writeAccess |
Access-right to write the field.
- Returns
true or false.
- Since
- DOCUMENTS 5.0d