Okapi .NET Library

FilterAccess.GetVariantName Method 

 [This is preliminary documentation and subject to change.]

Gets the name of a specified variant of a specified filter.

[Visual Basic]
Public Function GetVariantName( _ 
   ByVal p_nFIndex As Integer, _ 
   ByVal p_nVIndex As Integer _ 
) As String
[C#]
public string GetVariantName(
   int p_nFIndex,
   int p_nVIndex
);
[C++]
public: String* GetVariantName(
   int p_nFIndex,
   int p_nVIndex
);
[JScript]
public function GetVariantName(
   int p_nFIndex,
   int p_nVIndex
): String;

Parameters

p_nFIndex
Index of the filter.
p_nVIndex
Index of the variant.

Return Value

The name of the variant.

See Also

FilterAccess Class | Okapi.Library.Filter Namespace