Okapi .NET Library

IFilterItem.GetCodeMapping Method 

 [This is preliminary documentation and subject to change.]

Gets the string representation of the inline codes for the item.

[Visual Basic]
Function GetCodeMapping() As String
[C#]
string GetCodeMapping();
[C++]
String* GetCodeMapping();
[JScript]
function GetCodeMapping(): String;

Return Value

The string representation of the inline codes for the item.

Remarks

You can use this string for storing the inline codes and the coded text string in separate location (e.g. in a database).

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | SetCodeMapping | GetCode | GetCodeCount | HasCode | GetCodeIndexFromID