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 );
IFilterItem Interface | Okapi.Library.Filter Namespace