Okapi .NET Library

FilterAccess.GetVariantCount Method 

 [This is preliminary documentation and subject to change.]

Gets the number of variants for a specified filter.

[Visual Basic]
Public Function GetVariantCount( _ 
   ByVal p_nFIndex As Integer _ 
) As Integer
[C#]
public int GetVariantCount(
   int p_nFIndex
);
[C++]
public: int GetVariantCount(
   int p_nFIndex
);
[JScript]
public function GetVariantCount(
   int p_nFIndex
): int;

Parameters

p_nFIndex
Index of the filter.

Return Value

The number of variants for the specified filter.

See Also

FilterAccess Class | Okapi.Library.Filter Namespace