Okapi .NET Library

IFilter.GetInterfaceVersion Method 

 [This is preliminary documentation and subject to change.]

Gets the version of the IFilter interface the object implements.

[Visual Basic]
Function GetInterfaceVersion() As Integer
[C#]
int GetInterfaceVersion();
[C++]
int GetInterfaceVersion();
[JScript]
function GetInterfaceVersion(): int;

Return Value

The version of the IFilter interface.

See Also

IFilter Interface | Okapi.Library.Filter Namespace