MembershipModule Class |
Namespace: CMS.Membership
public class MembershipModule : Module
The MembershipModule type exposes the following members.
Name | Description | |
---|---|---|
![]() | MembershipModule |
Default constructor
|
Name | Description | |
---|---|---|
![]() ![]() | FORGOTTEN_PASSWORD_EMAIL_TEMPLATE_TYPE_NAME |
Name of email template type for forgotten password.
|
![]() ![]() | MEMBERSHIP_CHANGE_PASSWORD_EMAIL_TEMPLATE_TYPE_NAME |
Name of email template type for membership change password.
|
![]() ![]() | MEMBERSHIP_EXPIRATION_EMAIL_TEMPLATE_TYPE_NAME |
Name of email template type for membership expiration.
|
![]() ![]() | MEMBERSHIP_REGISTRATION_EMAIL_TEMPLATE_TYPE_NAME |
Name of email template type for membership registration.
|
![]() ![]() | MEMBERSHIP_UNLOCK_ACCOUNT_EMAIL_TEMPLATE_TYPE_NAME |
Name of email template type for membership unlock account.
|
![]() ![]() | PASSWORD_EMAIL_TEMPLATE_TYPE_NAME |
Name of email template type for password.
|
![]() ![]() | REGISTRATION_APPROVAL_EMAIL_TEMPLATE_TYPE_NAME |
Name of email template type for registration approval.
|
![]() ![]() | REGISTRATION_EMAIL_TEMPLATE_TYPE_NAME |
Name of email template type for registration.
|
Name | Description | |
---|---|---|
![]() | Initialized |
True if the module was initialized
(Inherited from ModuleEntry.) |
![]() | IsInstallable |
Indicates if module is designed as installable.
(Inherited from ModuleEntry.) |
![]() | ModuleInfo |
Gets the module info.
(Inherited from ModuleEntry.) |
![]() | ModuleMetadata |
Gets the module metadata.
(Inherited from ModuleEntry.) |
![]() | PreInitialized |
True if the module was pre-initialized
(Inherited from ModuleEntry.) |
Name | Description | |
---|---|---|
![]() | ClearHashtables |
Clears the module hashtables.
(Overrides ModuleClearHashtables(Boolean).) |
![]() | GetObject |
Gets the object created from the given DataRow.
(Inherited from Module.) |
![]() | Init |
Initializes the module.
(Inherited from ModuleEntry.) |
![]() | OnInit |
Initializes the module.
(Overrides ModuleEntryOnInit.) |
![]() | OnPreInit |
Initializes the module.
(Overrides ModuleEntryOnPreInit.) |
![]() | PreInit |
Pre-initializes the module.
(Inherited from ModuleEntry.) |
![]() | ProcessCommand |
Processes the specified command.
(Inherited from Module.) |
![]() | RegisterCommand |
Registers the given command
(Inherited from Module.) |
![]() | RegisterCommands |
Registers the object type of this module
(Inherited from Module.) |