Constructs a new UserRestoredEventArgs

Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public UserRestoredEventArgs(
	int id,
	string name
)
Visual Basic
Public Sub New ( 
	id As Integer,
	name As String
)

Parameters

id
Type: System..::..Int32
The Id of the User
name
Type: System..::..String
The user name of the User

See Also