NoteFieldDetails
Description:
public NoteFieldDetails (string value, MultiMap<string,string>? parameters = null, string? uid = null)
Create a new NoteFieldDetails.
Parameters:
value |
the value of the field, which should be a non-empty free-form UTF-8 string as entered by the user |
parameters |
initial parameters. See
AbstractFieldDetails.parameters. A |
uid |
UID for the note object itself, if known. A |
Returns:
a new NoteFieldDetails |
Since:
0.6.0