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;
The name of the variant.
FilterAccess Class | Okapi.Library.Filter Namespace