Click or drag to resize

LocalFileSystemWatcherEventArgsOldParentId Property

Gets the previous parent 128-bit identifier of the affected file or directory. Only set in the case of Renamed event type.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Guid? OldParentId { get; }

Property Value

Type: NullableGuid
The previous parent 128-bit identifier.
See Also