Okapi .NET Library

Routines.SetOkapiFolder Method 

 [This is preliminary documentation and subject to change.]

Force the Okapi root folder to a specific path

[Visual Basic]
Shared Public Sub SetOkapiFolder( _ 
   ByVal p_sFolder As String _ 
)
[C#]
public static void SetOkapiFolder(
   string p_sFolder
);
[C++]
public: static void SetOkapiFolder(
   String* p_sFolder
);
[JScript]
public static function SetOkapiFolder(
   String p_sFolder
);

Parameters

p_sFolder
The folder to use

See Also

Routines Class | Okapi.Library.Base Namespace