IDiaryNoteNoteType Property

Stator | API Documentation
The type for the diarynote, i.e. General, Position, News

Namespace:  Stator.libPublic.ImportPlugins.DataObjectInterfaces
Assembly:  libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax

string NoteType { get; set; }

Property Value

Type: String
Remarks

How do I know what type to assign?
A full list of diarynote types can be found in Stator > Global Options > User Defined Fields
You should observe this list when writing code to import diarynotes. Stator will search for a diarynote type matching this
property (not case sensitive) and if a matching type cannot be found, Stator will create a new diarynote type matching this property.

Please note you do not have to worry about matching case, Stator does the comparison by converting both sides to lower case:
"General" == "General"
"General" == "general"
"General" == "GENERAL"
See Also

Reference