Dynamicweb 8 Documentation
Save Method (FormSaveManager)

Syntax
'Declaration
 
Public Shared Function Save( _ 
   ByVal Form As FormSetting, _ 
   ByVal KeysAndValues As Dictionary(Of String,Object), _ 
   ByVal properties As FormProperties _ 
) As FormSaveInfo
public static FormSaveInfo Save( 
   FormSetting Form,
   Dictionary<string,object> KeysAndValues,
   FormProperties properties 
)

Parameters

Form
KeysAndValues
properties
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FormSaveManager Class
FormSaveManager Members

Send Feedback