Okapi .NET Library

IFilter.GetVariantID Method 

 [This is preliminary documentation and subject to change.]

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;

Parameters

p_nIndex
Index of the variant. The value must be between 0 and the value returned by GetVariantCount - 1.

Return Value

The string identifying the specified variant.

See Also

IFilter Interface | Okapi.Library.Filter Namespace | LoadSettings