Sets the type of the filter item.
[Visual Basic] Sub SetItemType( _ ByVal p_nValue As Integer _ ) [C#] void SetItemType( int p_nValue ); [C++] void SetItemType( int p_nValue ); [JScript] function SetItemType( int p_nValue );
The default type of the filter item is the value 0 (ERROR).
IFilterItem Interface | Okapi.Library.Filter Namespace | GetItemType