Class ProfileModuleUserControlBase
Inheritance
System.Object
ProfileModuleUserControlBase
Assembly: DotNetNuke.dll
Syntax
public abstract class ProfileModuleUserControlBase : ModuleUserControlBase, IModuleControl, IProfileModule
Constructors
|
Improve this Doc
View Source
ProfileModuleUserControlBase()
Declaration
public ProfileModuleUserControlBase()
Properties
|
Improve this Doc
View Source
DisplayModule
Declaration
public abstract bool DisplayModule { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsUser
Declaration
protected bool IsUser { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NavigationManager
Declaration
protected INavigationManager NavigationManager { get; }
Property Value
|
Improve this Doc
View Source
ProfileUser
Declaration
protected UserInfo ProfileUser { get; }
Property Value
|
Improve this Doc
View Source
ProfileUserId
Declaration
public int ProfileUserId { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type |
Name |
Description |
EventArgs |
e |
|
Implements
Extension Methods