Indicates whether the item has a note.
[Visual Basic] Function HasNote() As Boolean [C#] bool HasNote(); [C++] bool HasNote(); [JScript] function HasNote(): bool;
True if the item has a note, false if not.
IFilterItem Interface | Okapi.Library.Filter Namespace