Okapi .NET Library

FilterAccess.GetFilterIdentifier Method 

 [This is preliminary documentation and subject to change.]

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;

Parameters

p_nFIndex
Index of the filter.

Return Value

Identifier of the filter.

See Also

FilterAccess Class | Okapi.Library.Filter Namespace