Enum DefinitionOptions
- Namespace
- Microsoft.WindowsAPICodePack.Shell
- Assembly
- Microsoft.WindowsAPICodePack.Shell.dll
Specifies behaviors for known folders.
[Flags]
public enum DefinitionOptions
Fields
LocalRedirectOnly = 2
Prevents a per-user known folder from being redirected to a network location.
None = 0
No behaviors are defined.
Precreate = 8
Creates the known folder when the user first logs on.
Roamable = 4
The known folder can be roamed through PC-to-PC synchronization.