IExtensionFA
Declaration
IExtensionFA : IDispatch
Overview
This interface is meant to edit a ProgId extension setup
Methods
NewVerb() returns IVerbFA
Creates a new
file association verb.
RemoveVerb(IVerbFA Verb)
Removes the verb.
Properties
String Name
Gets or sets the name of the setup.
IFile Command
Gets or sets the installed
file to be launched .
IFeature Feature
Gets the feature which
controls the extension installation. If this feature is not installed, the
file associations is not made.
String MimeType
Gets or sets the content
type of the files with the selected extension. This content type will be
used by the browsers to select an application to handle a downloaded file.
Leave this field empty if you do not want to register a MIME type for the
files with the current extension.
Array<IVerbFA> Verbs
Gets the
collection of verbs.