Click or drag to resize

AddInManager Properties

The AddInManager type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberAddInInstallTemp Gets or sets the addin install temporary directory. This is a directory used to store AddIns that should be installed on the next start of the application. This property is normally initialized by ConfigureUserAddIns(String, String).
Public propertyStatic memberConfigurationFileName Gets or sets the full name of the configuration file. In this file, the AddInManager stores the list of disabled AddIns and the list of installed external AddIns. This property is normally initialized by ConfigureExternalAddIns(String).
Public propertyStatic memberUserAddInPath Gets or sets the user addin path. This is the path where user AddIns are installed to. This property is normally initialized by ConfigureUserAddIns(String, String).
Top
See Also