You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > Membership Class > Membership Properties > DisplayMode
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Membership.DisplayMode Property

Type of membership form displayed. Choose from the following:

  • UserRegistration - lets a site visitor register as a membership user.
  • ResetPassword - lets a membership user reset his password.
  • UnsubscribeSecured - lets a membership user unsubscribe. He needs to enter his username and password.
  • UnsubscribeUnsecured - lets a membership user unsubscribe by entering his membership username only.
  • AccountActivate - let a site visitor activate his membership account by entering the ID number in the account verification email.

C#
[Bindable(true), Category("Ektron"), Description("Choose the control's display mode. Each mode has it own UI and behaves differently. Choices are: UserRegistration, ResetPassword, UnsubscribeSecured, UnsubscribeUnsecured or AccountActivate."), DefaultValue(0)]
public Mode DisplayMode;
Visual Basic
<Bindable(true), Category("Ektron"), Description("Choose the control's display mode. Each mode has it own UI and behaves differently. Choices are: UserRegistration, ResetPassword, UnsubscribeSecured, UnsubscribeUnsecured or AccountActivate."), DefaultValue(0)>
Public Property DisplayMode() As Mode
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!