Show / Hide Table of Contents

Enum SCNFlags

Flags for filesystem.more.notifyShell.

[Flags]
public enum SCNFlags
Remarks

The names are as in API SHChangeNotify documentation but without prefix SHCNF_.


Namespace: Au.Types
Assembly: Au.dll

Fields

Name Description
SHCNF_FLUSH

Let Explorer process the notification without a delay. Wait until finished.

SHCNF_FLUSHNOWAIT

Let Explorer process the notification without a delay. Don't wait until finished.

SHCNF_NOTIFYRECURSIVE

Extension Methods

ExtMisc.HasAny<SCNFlags>(SCNFlags, SCNFlags)
ExtMisc.Has<SCNFlags>(SCNFlags, SCNFlags)
ExtMisc.SetFlag<SCNFlags>(ref SCNFlags, SCNFlags, bool)