[This is preliminary documentation and is subject to change.]

Writes an information event. This indicates a significant, successful operation.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static void WriteInformation(
	string str
)
Visual Basic (Declaration)
Public Shared Sub WriteInformation ( _
	str As String _
)
Visual C++
public:
static void WriteInformation(
	String^ str
)

Parameters

str
Type: System..::.String
The string which needs to be written to the log file.

See Also