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

Set to True to suppress user profiles. The default is True.

  • True - hides user profiles from non-administrator users
  • False - displays user profiles from non-administrator users. However, an administrator can view a profile regardless of how this property is set.
On the other hand, if the Private Profile checkbox is checked for any user, his profile information is not visible, regardless of this setting. 

When the profile is visible, only properties and their values not listed in the ExcludeList property appear.

C#
[Bindable(false)]
[Category("Ektron")]
[DefaultValue(true)]
[Description("Hide users' profile")]
public bool HideUserProfile;
Visual Basic
<Bindable(false)>
<Category("Ektron")>
<DefaultValue(true)>
<Description("Hide users' profile")>
Public Property HideUserProfile() As bool
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!