Okapi .NET Library

BaseUtilitySet.SetFAPath Method 

 [This is preliminary documentation and subject to change.]

Set the path of the filter access object.

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

Parameters

p_sFAPath
Full path of the filter resource list.

See Also

BaseUtilitySet Class | Okapi.Library.Utility Namespace