Okapi .NET Library

IFilterItem.GetNote Method 

 [This is preliminary documentation and subject to change.]

Gets the note information for the item.

[Visual Basic]
Function GetNote() As String
[C#]
string GetNote();
[C++]
String* GetNote();
[JScript]
function GetNote(): String;

Return Value

The text of the note.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace