Builds the template settings string from the user interface
This is the opposite method to: SetItemSettingsUserInterface_FromSettingsString(Object, String)
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: StringA string representing all the settings for the item
See Also