Builds the template settings string from the user interface
This is the opposite method to: SetTemplateSettingsUserInterface_FromSettingsString(Object, String)
This is the opposite method to: SetTemplateSettingsUserInterface_FromSettingsString(Object, String)
Namespace: Stator.libPublic.DataPlugins
Assembly: libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax
string GetTemplateSettingsString_FromSettingsUserInterface( Object userInterfaceTemplateSettings )
Parameters
- userInterfaceTemplateSettings
- Type: SystemObject
Template settings user interface (GetUserInterfaceTemplateSettings)
Return Value
Type: StringA string representing all the settings for the template
See Also