Okapi .NET Library

IFilterItem.HasNote Method 

 [This is preliminary documentation and subject to change.]

Indicates whether the item has a note.

[Visual Basic]
Function HasNote() As Boolean
[C#]
bool HasNote();
[C++]
bool HasNote();
[JScript]
function HasNote(): bool;

Return Value

True if the item has a note, false if not.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace