Indicator whether the item has at least one inline code.
[Visual Basic] Function HasCode() As Boolean [C#] bool HasCode(); [C++] bool HasCode(); [JScript] function HasCode(): bool;
True if the item has at least one inline code.
Use this method to query whether the text item contains at least one inline code. You can obtain the number of inline codes in the item with the GetCodeCount method.
IFilterItem Interface | Okapi.Library.Filter Namespace | GetCodeCount