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 `null` value is equivalent to a empty map of parameters.

Returns:

a new NoteFieldDetails

Since:

0.6.0