The UserProfileModule type exposes the following members.

Properties

  Name Description
Public property AdminEnabled
Gets or sets the flag if user profile administration is enabled.
Public property AutoDetectUser
Gets or sets the flag if auto detect authenticatd user is on.

Note: By default Auto detect authenticated user is on.

Public property AvatarSize
Avatar size - 1 to 80 for gravatars.
Public property Controls
Gets a System.Web.UI.ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
(Overrides Control..::..Controls.)
Public property DateFormatString
Date format string.
Public property DefaultPrivacyLevelId
Default privacy level ID.
Public property DefaultWorkingMode
Gets or sets the user profile default state of working mode.
Public property EditTemplate
Gets or sets the edit template used to add edit fields to the profile.
Public property FooterTemplate
Gets or sets the template for the footer content.
Public property GravatarRenderType
Type of the avatar to be rendered - if not set, the web.config settings are used.
Public property HiddenFields
Gets or sets a list of fields that should be always hidden.
Public property HiddenFieldsString
Gets or sets a CSV list of fields that should be always hidden in preview mode.
Protected property InEditMode
Gets or sets if module is working in edit mode.
Public property MainContentTemplate
Gets or sets the template for the main content.
Public property PreviewTemplate
Gets or sets the preview template used to add preview fields to the profile.
Public property ShowASPNETProfile
Visibility of the ASP.NET Profile fields.
Public property ShowEMailField
Gets or sets the flag if e-mail field is shown.
Public property ShowFooterContent
Gets or sets the flag if footer content is shown.
Public property ShowMainContent
Gets or sets the flag if main content is shown.
Public property ShowMyStatus
Gets or sets a value indicating whether user's status is shown.
Public property ShowPasswordField
Gets or sets the flag if password field is shown.
Public property ShowPrivacyEditor
Visibility of the privacy editor.
Public property ShowSideBarContent
Gets or sets the flag if side bar content is shown.
Public property ShowUserAvatar
Gets or sets the flag if user avatar is shown.
Public property ShowUserProfile
Gets or sets the flag if user profile is shown.
Public property ShowWorkingModeSwitch
Gets or sets the flag if working mode switch is shown.
Public property SideBarTemplate
Gets or sets the template for the side bar.
Public property UserId
Gets or sets user id.
Public property UserReputationNewAvatarScore
Gets or sets how much score user gets for new avatar submission.
Public property UserReputationNewMyStatusScore
Gets or sets how much score user gets for new my status submission.
Public property UserReputationNewUserInfoScore
Gets or sets how much score user gets for new user information submission.
Public property WorkingMode
Gets or sets the user profile current working mode.

See Also