Indicates whether the item is empty.
[Visual Basic] Function IsEmpty() As Boolean [C#] bool IsEmpty(); [C++] bool IsEmpty(); [JScript] function IsEmpty(): bool;
True if the item has no text and no inline codes, false if it has text or inline code(s).
IFilterItem Interface | Okapi.Library.Filter Namespace