Table of Contents

Class FormSaveManager

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

FormSaveManager class

public class FormSaveManager
Inheritance
FormSaveManager
Inherited Members

Methods

Save(FormSetting, Dictionary<string, object>, FormProperties)

Saves form setting and its data

public static FormSaveInfo Save(FormSetting form, Dictionary<string, object> keysAndValues, FormProperties properties)

Parameters

form FormSetting
keysAndValues Dictionary<string, object>
properties FormProperties

Returns

FormSaveInfo
To top