Gets the text of the item in a specified format.
[Visual Basic] Function GetText( _ ByVal p_nFormat As Integer _ ) As String [C#] string GetText( int p_nFormat ); [C++] String* GetText( int p_nFormat ); [JScript] function GetText( int p_nFormat ): String;
The text of the item in the specified format.
IFilterItem Interface | Okapi.Library.Filter Namespace