IIsImportPluginGetSettingsString_FromUserInterface Method

Stator | API Documentation
Return a settings string from the user interface settings.

Namespace:  Stator.libPublic.ImportPlugins
Assembly:  libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax

string GetSettingsString_FromUserInterface()

Return Value

Type: String
A string comprising all the settings
Remarks

Why are settings in string form?
Settings for the plugin are passed to and from Stator in string form. Stator uses the settings string when import
templates are used.

How is the settings string construced?
The settings string is converted to settings and back to string form by the plugin. The plugin is responsible for
the translation of settings to string and string to settings
.

This is an opposite method to: SetUserInterface_FromSettingsString(String)
See Also

Reference