Click or drag to resize

ShellFolderServerLogInfo Method

Logs the value as an information.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected void LogInfo(
	Object value,
	string methodName = null
)

Parameters

value
Type: SystemObject
The value.
methodName (Optional)
Type: SystemString
The calling method name.
See Also