Okapi .NET Library

FilterAccess.GetFilterName Method 

 [This is preliminary documentation and subject to change.]

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;

Parameters

p_nFIndex
Index of the filter.

Return Value

The name of the filter.

See Also

FilterAccess Class | Okapi.Library.Filter Namespace