Okapi .NET Library

IFilter.GetItem Method 

 [This is preliminary documentation and subject to change.]

Gets the current filter item.

[Visual Basic]
Function GetItem() As IFilterItem
[C#]
IFilterItem GetItem();
[C++]
IFilterItem* GetItem();
[JScript]
function GetItem(): IFilterItem;

Return Value

The IFilterItem interface to the current item.

Remarks

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.

See Also

IFilter Interface | Okapi.Library.Filter Namespace | IFilterItem | ReadItem