IExtensionFA

DeclarationCopy link to this sectionLink to this section copied!

IExtensionFA : IDispatch

OverviewCopy link to this sectionLink to this section copied!

This interface is meant to edit a ProgId extension setup

MethodsCopy link to this sectionLink to this section copied!

NewVerb() returns IVerbFA
Creates a new file association verb.

RemoveVerb(IVerbFA Verb)
Removes the verb.

Properties Copy link to this sectionLink to this section copied!

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.