Click or drag to resize

LocalFileSystemEntryIncludeEventArgs Constructor

Initializes a new instance of the LocalFileSystemEntryIncludeEventArgs class.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public LocalFileSystemEntryIncludeEventArgs(
	FileSystemEntry entry
)

Parameters

entry
Type: callback.ShellBoost.Core.UtilitiesFileSystemEntry
The entry instance.
Exceptions
ExceptionCondition
ArgumentNullExceptionentry is null.
See Also