Gets the number of inline codes in the text of the item.
[Visual Basic] Function GetCodeCount() As Integer [C#] int GetCodeCount(); [C++] int GetCodeCount(); [JScript] function GetCodeCount(): int;
The number of inline codes in the text of the item.
Use this method to get the number of inline codes in the text item. You can also query whether there is at least one inline code by using the HasCode method.
IFilterItem Interface | Okapi.Library.Filter Namespace | HasCode