Dynamicweb 8 Documentation
RenderValidationError Method

Template.
Error messages.
Renders validation error.
Syntax
'Declaration
 
Public Overridable Sub RenderValidationError( _ 
   ByVal template As Template, _ 
   ByVal errorMessages As List(Of Tuple(Of String,String,String)) _ 
) 
public virtual void RenderValidationError( 
   Template template,
   List<Tuple<string,string,string>> errorMessages 
)

Parameters

template
Template.
errorMessages
Error messages.
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

Renderer Class
Renderer Members

Send Feedback