|
Ektron CMS400.NET API Documentation
|
The Membership server control creates a form on a Web page that allows a user to create or update a profile of themselves in your membership list. The control creates the form based on the standard Ektron user properties and any custom user properties that exist. It also provides a way to have new membership users read and accept the terms and conditions for using Discussion Boards (Forums) when needed.
[DefaultProperty("Text"), ToolboxData("<{0}:Membership runat=server></{0}:Membership>")]
public class Membership : EkWebControl, INamingContainer;<DefaultProperty("Text"), ToolboxData("<{0}:Membership runat=server></{0}:Membership>")>
Public Class Membership
Inherits EkWebControl
Inherits INamingContainermembership.cs
|
Name |
Description |
|
The methods of the Membership class are listed here. | |
|
The properties of the Membership class are listed here. |
|
|
Name |
Description |
|
Method that can be overridden and used to grab data from the back end for each server control. |
|
|
Name |
Description |
|
Specify the board ID to use for the terms and conditions text. | |
|
Type of membership form displayed. Choose from the following:
| |
|
Redirect the user if registering to the site fails. | |
|
Redirect the user after successfully registering to the site. | |
|
Specify the image to use instead of the register button. The image path should be relative to the root. | |
|
Specify the form submit button text. The default value is "Register". | |
|
Specify the image to use instead of the reset button. The image path should be relative to the root. | |
|
Specify the form reset button text. The default is "Reset". | |
|
Specify the image to use instead of the save button. The image path should be relative to the root. | |
|
Specify the form submit button text when logged in. The default value is "Save". | |
|
Include user's custom properties defined in the CMS. The default value is "True". | |
|
Display the Terms and Conditions text. The default value is "False". | |
|
Allows a developer to treat the server control as a Label, taking information from the Control and painting it on top of the Control for display. Leave blank for default display. | |
|
User already exists error message. The default value is "Username(email) already exists!". | |
|
Specify the user ID to retrieve information. | |
|
User successfully registered message. The default value is "You have registered successfully". | |
|
Message explaining the user successfully update his/her information. The default value is "You have successfully updated your information". |
|
Copyright (c) 2007. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|