Class UserModuleBase
Inheritance
UserModuleBase
Assembly: DotNetNuke.dll
Syntax
public class UserModuleBase : PortalModuleBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor, IModuleControl
Constructors
UserModuleBase()
Declaration
Properties
AddUser
Declaration
protected virtual bool AddUser { get; }
Property Value
IsAdmin
Declaration
protected bool IsAdmin { get; }
Property Value
IsEdit
Declaration
protected bool IsEdit { get; }
Property Value
IsHostTab
Declaration
protected bool IsHostTab { get; }
Property Value
IsProfile
Declaration
protected bool IsProfile { get; }
Property Value
IsRegister
Declaration
protected bool IsRegister { get; }
Property Value
IsUser
Declaration
protected bool IsUser { get; }
Property Value
IsUserOrAdmin
Declaration
protected bool IsUserOrAdmin { get; }
Property Value
User
Declaration
public UserInfo User { get; set; }
Property Value
UserId
Declaration
public int UserId { get; set; }
Property Value
UserPortalID
Declaration
protected int UserPortalID { get; }
Property Value
Methods
AddLocalizedModuleMessage(string, ModuleMessageType, bool)
Declaration
protected void AddLocalizedModuleMessage(string message, ModuleMessage.ModuleMessageType type, bool display)
Parameters
AddModuleMessage(string, ModuleMessageType, bool)
Declaration
protected void AddModuleMessage(string message, ModuleMessage.ModuleMessageType type, bool display)
Parameters
CompleteUserCreation(UserCreateStatus, UserInfo, bool, bool)
Declaration
protected string CompleteUserCreation(UserCreateStatus createStatus, UserInfo newUser, bool notify, bool register)
Parameters
Returns
GetSetting(int, string)
Declaration
public static object GetSetting(int portalId, string settingKey)
Parameters
Type |
Name |
Description |
int |
portalId |
|
string |
settingKey |
|
Returns
UpdateSetting(int, string, string)
Declaration
public static void UpdateSetting(int portalId, string key, string setting)
Parameters
UpdateSettings(int, Hashtable)
Declaration
public static void UpdateSettings(int portalId, Hashtable settings)
Parameters
Implements
Extension Methods