Okapi .NET Library

IFilter.GetName Method 

 [This is preliminary documentation and subject to change.]

Gets the name of the filter.

[Visual Basic]
Function GetName() As String
[C#]
string GetName();
[C++]
String* GetName();
[JScript]
function GetName(): String;

Return Value

The name of the filter.

Remarks

Use this method to retrieve the localized name of the filter. For example: Okapi PO Filter.

See Also

IFilter Interface | Okapi.Library.Filter Namespace