Okapi .NET Library

IFilterItem.GetCodeCount Method 

 [This is preliminary documentation and subject to change.]

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;

Return Value

The number of inline codes in the text of the item.

Remarks

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.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | HasCode