The IIsImportPlugin type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Clear |
Clear/reset the plugin.
|
![]() | Dispose |
Disposal method.
|
![]() | GetSettingsString_FromUserInterface |
Return a settings string from the user interface settings.
|
![]() ![]() | GetUserInterfacePluginSettings |
A user interface which allows a user to set settings for a data template which uses this plugin (if applicable). object = System.Windows.Forms.UserControl |
![]() | Initialize |
Initialize method.
|
![]() | ReadData(IListIPluginError) |
Read import data. This will use the settings as set in the plugin user interface. |
![]() | ReadData(String, IListIPluginError) |
Read import data using the settings string. This method uses the settings string passed in. |
![]() | SetUserInterface_FromSettingsString |
Populate the user interface with the settings passed into the method in string form.
|
See Also