C# Class DotNetNuke.Modules.Admin.Users.ViewProfile

The ViewProfile UserModuleBase is used to view a Users Profile
Inheritance: DotNetNuke.Entities.Modules.UserModuleBase
Exibir arquivo Open project: ucdavis/caesdodnn

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Page_Load runs when the control is loaded

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

Page_Load runs when the control is loaded
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void