Okapi .NET Library

IFilterItem.GetItemType Method 

 [This is preliminary documentation and subject to change.]

Gets the type of the filter item.

[Visual Basic]
Function GetItemType() As Integer
[C#]
int GetItemType();
[C++]
int GetItemType();
[JScript]
function GetItemType(): int;

Return Value

The type of the filter item. The value is one of the FilterItemType values.

Remarks

Depending on the filter item type, different properties are accessible in the filter item.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | SetItemType