Gets the current filter item.
[Visual Basic] Function GetItem() As IFilterItem [C#] IFilterItem GetItem(); [C++] IFilterItem* GetItem(); [JScript] function GetItem(): IFilterItem;
The IFilterItem interface to the current item.
You must call the ReadItem method before using this method. Depending on the value of GetItemType the data available with this object are very different.
IFilter Interface | Okapi.Library.Filter Namespace | IFilterItem | ReadItem