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