FILETYPEATTRIBUTEFLAGS Enumeration |
Indicates constants that are used in the EditFlags value of a file association PROGID registry key.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum FILETYPEATTRIBUTEFLAGS
Members
| Member name | Value | Description |
---|
| FTA_None | 0 |
No options.
|
| FTA_Exclude | 1 |
Excludes (hides) the file type.
|
| FTA_Show | 2 |
Shows file types, such as folders, that are not associated with a file name extension.
|
| FTA_HasExtension | 4 |
Indicates that the file type has a file name extension.
|
| FTA_NoEdit | 8 |
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_NoRemove | 16 |
Prohibits deletion of the registry entries associated with this file type.
|
| FTA_NoNewVerb | 32 |
Prohibits the addition of new verbs to the file type.
|
| FTA_NoEditVerb | 64 |
Prohibits the modification or deletion of canonical verbs such as open and print.
|
| FTA_NoRemoveVerb | 128 |
Prohibits the deletion of canonical verbs such as open and print.
|
| FTA_NoEditDesc | 256 |
Prohibits the modification or deletion of the description of the file type.
|
| FTA_NoEditIcon | 512 |
Prohibits the modification or deletion of the icon assigned to the file type.
|
| FTA_NoEditDflt | 1024 |
Prohibits the modification of the default verb.
|
| FTA_NoEditVerbCmd | 2048 |
Prohibits the modification of the commands associated with verbs.
|
| FTA_NoEditVerbExe | 4096 |
Prohibits the modification or deletion of verbs.
|
| FTA_NoDDE | 8192 |
Prohibits the modification or deletion of the entries related to DDE.
|
| FTA_NoEditMIME | 32768 |
Prohibits the modification or deletion of the content type and default extension entries.
|
| FTA_OpenIsSafe | 65536 |
Indicates that the file type's open verb can be safely invoked for downloaded files.
|
| FTA_AlwaysUnsafe | 131072 |
Prevents the Never ask me check box from being enabled.
|
| FTA_NoRecentDocs | 1048576 |
Prohibits the addition of members of this file type to the Recent Documents folder.
|
| FTA_SafeForElevation | 2097152 |
Introduced in Windows 8. Marks the file as safe to be passed from a low trust application to a full trust application.
|
| FTA_AlwaysUseDirectInvoke | 4194304 |
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