Click or drag to resize

KF_DEFINITION_FLAGS Enumeration

Flags that specify certain known folder behaviors. Maps to Windows' KF_DEFINITION_FLAGS enumeration..

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum KF_DEFINITION_FLAGS
Members
  Member nameValueDescription
KFDF_LOCAL_REDIRECT_ONLY2 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_ROAMABLE4 Can be roamed through a PC-to-PC synchronization.
KFDF_PRECREATE8 Create the folder when the user first logs on. Normally a known folder is not created until it is first called.
KFDF_STREAM16Introduced in Windows 7. The known folder is a file rather than a folder.
KFDF_PUBLISHEXPANDEDPATH32Introduced 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_UI64Introduced in Windows 8.1. Prevent showing the Locations tab in the property dialog of the known folder.
See Also