Okapi .NET Library

IFilterItem.SetItemType Method 

 [This is preliminary documentation and subject to change.]

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
);

Parameters

p_nValue
The type of the filter item to set. The value must be one of the FilterItemType values.

Remarks

The default type of the filter item is the value 0 (ERROR).

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | GetItemType