Okapi .NET Library

Log.SetHelp Method 

 [This is preliminary documentation and subject to change.]

Implements ILog.SetHelp.

[Visual Basic]
Public Sub SetHelp( _ 
   ByVal p_sValue As String _ 
) _
    Implements ILog.SetHelp
[C#]
public void SetHelp(
   string p_sValue
);
[C++]
public: void SetHelp(
   String* p_sValue
);
[JScript]
public function SetHelp(
   String p_sValue
);

Implements

ILog.SetHelp

Remarks

In this implementation the p_sValue parameter should be the full path of an help file in a format associated with a viewer (i.e., HTML, CHM, etc.).

See Also

Log Class | Okapi.Library.Base Namespace