Gets the name of the filter for the specified index.
[Visual Basic] Public Function GetFilterName( _ ByVal p_nFIndex As Integer _ ) As String [C#] public string GetFilterName( int p_nFIndex ); [C++] public: String* GetFilterName( int p_nFIndex ); [JScript] public function GetFilterName( int p_nFIndex ): String;
The name of the filter.
FilterAccess Class | Okapi.Library.Filter Namespace