Okapi .NET Library

IFilterItem.ModifyText Method 

 [This is preliminary documentation and subject to change.]

Modify the text of the item.

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

Parameters

p_sValue
Text to set. The string must be in coded text format.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace