Okapi .NET Library

IFilterItem.IsEmpty Method 

 [This is preliminary documentation and subject to change.]

Indicates whether the item is empty.

[Visual Basic]
Function IsEmpty() As Boolean
[C#]
bool IsEmpty();
[C++]
bool IsEmpty();
[JScript]
function IsEmpty(): bool;

Return Value

True if the item has no text and no inline codes, false if it has text or inline code(s).

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace