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:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public Guid? OldParentId { get; }
Property Value
Type:
NullableGuid
The previous parent 128-bit identifier.
See Also