Okapi .NET Library

IFilterItem.Reset Method 

 [This is preliminary documentation and subject to change.]

Resets most of the states and values of the item to their defaults.

[Visual Basic]
Sub Reset()
[C#]
void Reset();
[C++]
void Reset();
[JScript]
function Reset();

Remarks

Use this method to reset most of the states and values associated with the filter item to their default values.

CAUTION   Encoding and line-break type are not reset by this method. Use SetEncoding and SetLineBreak to reset these.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace