Click or drag to resize

ProjectedNotificationEventArgs Constructor

Provides data for the Notification event.

Namespace:  ShellBoost.Core.ProjFS
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public ProjectedNotificationEventArgs(
	Guid instanceId,
	PRJ_PLACEHOLDER_VERSION_INFO versionInfo,
	int commandId,
	int triggeringProcessId,
	string filePath,
	bool isDirectory,
	PRJ_NOTIFICATION notification,
	string destinationFilePath
)

Parameters

instanceId
Type: SystemGuid
A value that identifies the virtualization instance.
versionInfo
Type: ShellBoost.Core.ProjFSPRJ_PLACEHOLDER_VERSION_INFO
The version information if the target of the callback is a placeholder or partial file.
commandId
Type: SystemInt32
A value that uniquely identifies a particular invocation of a callback.
triggeringProcessId
Type: SystemInt32
The process identifier for the process that triggered this callback.
filePath
Type: SystemString
The path to the target file. This path is always specified relative to the virtualization root.
isDirectory
Type: SystemBoolean
A value that indicates whether the item is a directory or a file.
notification
Type: ShellBoost.Core.ProjFSPRJ_NOTIFICATION
A value specifying the notification.
destinationFilePath
Type: SystemString
A string specifying the path, relative to the virtualization root, of the target of the operation.
See Also