Click or drag to resize

ProjectedNotificationEventArgs Class

Provides data for the Notification event.
Inheritance Hierarchy

Namespace:  ShellBoost.Core.ProjFS
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class ProjectedNotificationEventArgs : ProjectedEventArgs

The ProjectedNotificationEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodProjectedNotificationEventArgs
Provides data for the Notification event.
Top
Properties
  NameDescription
Public propertyCommandId
Gets a value that uniquely identifies a particular invocation of a callback.
(Inherited from ProjectedEventArgs.)
Public propertyDestinationFilePath
If notification is PRJ_NOTIFICATION_PRE_RENAME or PRJ_NOTIFICATION_PRE_SET_HARDLINK, this points to a string specifying the path, relative to the virtualization root, of the target of the rename or set-hardlink operation.
Public propertyFilePath
Gets the path to the target file. This path is always specified relative to the virtualization root.
(Inherited from ProjectedEventArgs.)
Public propertyInstanceId
Gets a value that identifies the virtualization instance.
(Inherited from ProjectedEventArgs.)
Public propertyIsDirectory
Gets a value that indicates whether the item is a directory or a file.
Public propertyNotification
Gets a value specifying the notification.
Public propertyTriggeringProcess
Gets the process that triggered this callback. If this information is not available, this will be null.
(Inherited from ProjectedEventArgs.)
Public propertyTriggeringProcessId
Gets the process identifier for the process that triggered this callback. If this information is not available, this will be 0.
(Inherited from ProjectedEventArgs.)
Public propertyTypes
Gets or sets a value that indicates the new set of future notifications that the provider wishes to receive for the file. The default value is all.
Public propertyVersionInfo
Gets the version information if the target of the callback is a placeholder or partial file.
(Inherited from ProjectedEventArgs.)
Top
See Also