Okapi .NET Library

UtilitySetAccess.LoadList Method 

 [This is preliminary documentation and subject to change.]

Loads the list of Okapi utilities 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 utilities description file.

See Also

UtilitySetAccess Class | Okapi.Library.Utility Namespace