Gets the label for the code at the specified index.
[Visual Basic] Function GetCodeLabel( _ ByVal p_nIndex As Integer _ ) As String [C#] string GetCodeLabel( int p_nIndex ); [C++] String* GetCodeLabel( int p_nIndex ); [JScript] function GetCodeLabel( int p_nIndex ): String;
The label of the specified inline code.
Use this method to retrieve the label of a given inline code.
IFilterItem Interface | Okapi.Library.Filter Namespace | GetCodeCount | GetCode | GetCodeID