IIsDataPluginGetItemSettingsString_FromSettingsUserInterface Method

Stator | API Documentation
Builds the template settings string from the user interface
This is the opposite method to: SetItemSettingsUserInterface_FromSettingsString(Object, String)

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

string GetItemSettingsString_FromSettingsUserInterface(
	Object userInterfaceItemSettings
)

Parameters

userInterfaceItemSettings
Type: SystemObject
Item settings user interface (GetUserInterfaceItemSettings)

Return Value

Type: String
A string representing all the settings for the item
See Also

Reference