Okapi .NET Library

IFilter.GetSettingsString Method 

 [This is preliminary documentation and subject to change.]

Gets the current settings string for the filter.

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

Return Value

The Filter settings string.

See Also

IFilter Interface | Okapi.Library.Filter Namespace | LoadSettings