Okapi .NET Library

IFilterItem.SetCodeMapping Method 

 [This is preliminary documentation and subject to change.]

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

[Visual Basic]
Sub SetCodeMapping( _ 
   ByVal p_sValue As String _ 
)
[C#]
void SetCodeMapping(
   string p_sValue
);
[C++]
void SetCodeMapping(
   String* p_sValue
);
[JScript]
function SetCodeMapping(
   String p_sValue
);

Parameters

p_sValue
The new string representation to set.

Remarks

Use this method to set the string representation of all the inline codes in the text of the item.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | GetCodeMapping | GetCodeCount | HasCode