Okapi .NET Library

IFilterItem.GetText Method 

 [This is preliminary documentation and subject to change.]

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;

Parameters

p_nFormat
Format in which to get the text. the value must be one of the FilterItemText values.

Return Value

The text of the item in the specified format.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace