Gets the identifier of the filter.
[Visual Basic] Function GetIdentifier() As String [C#] string GetIdentifier(); [C++] String* GetIdentifier(); [JScript] function GetIdentifier(): String;
The string that identify the filter.
The identifier used in the name of the parameters files, along with other parts. For example, in okp_myfilter@Test.fprm
the okp_myfilter
is the filter identifier.
IFilter Interface | Okapi.Library.Filter Namespace | LoadSettings