KF_DEFINITION_FLAGS Enumeration |
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum KF_DEFINITION_FLAGS
Members
| Member name | Value | Description |
---|
| KFDF_LOCAL_REDIRECT_ONLY | 2 |
Prevent a per-user known folder from being redirected to a network location. Note that if the known folder has been flagged with KFDF_LOCAL_REDIRECT_ONLY but it is a subfolder of a known folder that is redirected to a network location, this subfolder is redirected also.
|
| KFDF_ROAMABLE | 4 |
Can be roamed through a PC-to-PC synchronization.
|
| KFDF_PRECREATE | 8 |
Create the folder when the user first logs on. Normally a known folder is not created until it is first called.
|
| KFDF_STREAM | 16 | Introduced in Windows 7. The known folder is a file rather than a folder.
|
| KFDF_PUBLISHEXPANDEDPATH | 32 | Introduced in Windows 7. The full path of the known folder, with any environment variables fully expanded, is stored in the registry under HKEY_CURRENT_USER.
|
| KFDF_NO_REDIRECT_UI | 64 | Introduced in Windows 8.1. Prevent showing the Locations tab in the property dialog of the known folder.
|
See Also