Click or drag to resize

LocalFileSystemNotifyShell Method

Notifies the shell of an event.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void NotifyShell(
	SHCNE evt,
	string fullPath,
	bool force = false,
	bool ensureSTA = false
)

Parameters

evt
Type: callback.ShellBoost.Core.WindowsShellSHCNE
The event.
fullPath
Type: SystemString
The full path.
force (Optional)
Type: SystemBoolean
if set to true notify the Shell even if NotifyShell is set to false.
ensureSTA (Optional)
Type: SystemBoolean
if set to true ensure the call is maded on an STA thread.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null.
ArgumentExceptionpath is not rooted.
See Also