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