Dynamicweb 8 Documentation
ValidateUserNotificationArgs Constructor

The validated user.
Validation errors.
Creates a new instance of a class.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal subject As User, _ 
   ByVal errors As Dictionary(Of String,UMFormField) _ 
)
public ValidateUserNotificationArgs( 
   User subject,
   Dictionary<string,UMFormField> errors 
)

Parameters

subject
The validated user.
errors
Validation errors.
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

ValidateUserNotificationArgs Class
ValidateUserNotificationArgs Members

Send Feedback