Dynamicweb 8 Documentation
RenderConfirmation(FormSetting,Template,Boolean) Method

Syntax
'Declaration
 
Public Overloads Function RenderConfirmation( _ 
   ByVal form As FormSetting, _ 
   ByVal template As Template, _ 
   ByVal formSaved As Boolean _ 
) As String
public string RenderConfirmation( 
   FormSetting form,
   Template template,
   bool formSaved 
)

Parameters

form
template
formSaved
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

FormRenderer Class
FormRenderer Members
Overload List

Send Feedback