Class UserUserControlBase.UserCreatedEventArgs
Inheritance
UserUserControlBase.UserCreatedEventArgs
Assembly: DotNetNuke.dll
Syntax
public class UserUserControlBase.UserCreatedEventArgs
Constructors
UserCreatedEventArgs(UserInfo)
Declaration
public UserCreatedEventArgs(UserInfo newUser)
Parameters
Properties
CreateStatus
Declaration
public UserCreateStatus CreateStatus { get; set; }
Property Value
NewUser
Declaration
public UserInfo NewUser { get; set; }
Property Value
Notify
Declaration
public bool Notify { get; set; }
Property Value
Extension Methods