Gets the description of a specified variant of the filter.
[Visual Basic] Function GetVariantDescription( _ ByVal p_nIndex As Integer _ ) As String [C#] string GetVariantDescription( int p_nIndex ); [C++] String* GetVariantDescription( int p_nIndex ); [JScript] function GetVariantDescription( int p_nIndex ): String;
The short description of the specified variant.
IFilter Interface | Okapi.Library.Filter Namespace