Click or drag to resize

ValidateUserNotificationArgs Constructor

Initializes a new instance of the ValidateUserNotificationArgs class

Namespace:  Dynamicweb.UserManagement.Notifications
Assembly:  Dynamicweb.UserManagement (in Dynamicweb.UserManagement.dll) Version: 3.0.3
Syntax
public ValidateUserNotificationArgs(
	User subject,
	Dictionary<string, UMFormField> errors
)

Parameters

subject
Type: Dynamicweb.Security.UserManagementUser
errors
Type: System.Collections.GenericDictionaryString, UMFormField
See Also