Okapi .NET Library

FilterAccess.LoadList Method 

 [This is preliminary documentation and subject to change.]

Loads the list of Okapi filters available.

[Visual Basic]
Public Sub LoadList( _ 
   ByVal p_sPath As String _ 
)
[C#]
public void LoadList(
   string p_sPath
);
[C++]
public: void LoadList(
   String* p_sPath
);
[JScript]
public function LoadList(
   String p_sPath
);

Parameters

p_sPath
Full path of the filter description file.

See Also

FilterAccess Class | Okapi.Library.Filter Namespace