Click or drag to resize

FILETYPEATTRIBUTEFLAGS Enumeration

Indicates constants that are used in the EditFlags value of a file association PROGID registry key.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum FILETYPEATTRIBUTEFLAGS
Members
  Member nameValueDescription
FTA_None0 No options.
FTA_Exclude1 Excludes (hides) the file type.
FTA_Show2 Shows file types, such as folders, that are not associated with a file name extension.
FTA_HasExtension4 Indicates that the file type has a file name extension.
FTA_NoEdit8 Prohibits editing of the registry entries associated with this file type, the addition of new entries, and the deletion or modification of existing entries.
FTA_NoRemove16 Prohibits deletion of the registry entries associated with this file type.
FTA_NoNewVerb32 Prohibits the addition of new verbs to the file type.
FTA_NoEditVerb64 Prohibits the modification or deletion of canonical verbs such as open and print.
FTA_NoRemoveVerb128 Prohibits the deletion of canonical verbs such as open and print.
FTA_NoEditDesc256 Prohibits the modification or deletion of the description of the file type.
FTA_NoEditIcon512 Prohibits the modification or deletion of the icon assigned to the file type.
FTA_NoEditDflt1024 Prohibits the modification of the default verb.
FTA_NoEditVerbCmd2048 Prohibits the modification of the commands associated with verbs.
FTA_NoEditVerbExe4096 Prohibits the modification or deletion of verbs.
FTA_NoDDE8192 Prohibits the modification or deletion of the entries related to DDE.
FTA_NoEditMIME32768 Prohibits the modification or deletion of the content type and default extension entries.
FTA_OpenIsSafe65536 Indicates that the file type's open verb can be safely invoked for downloaded files.
FTA_AlwaysUnsafe131072 Prevents the Never ask me check box from being enabled.
FTA_NoRecentDocs1048576 Prohibits the addition of members of this file type to the Recent Documents folder.
FTA_SafeForElevation2097152 Introduced in Windows 8. Marks the file as safe to be passed from a low trust application to a full trust application.
FTA_AlwaysUseDirectInvoke4194304 Introduced in Windows 8. Ensures that the verbs for the file type are invoked with a URI instead of a downloaded version of the file.
See Also