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

Determines whether profile information is displayed. This is based on the state of the user performing the user search. Choices are:

  • full - always show user profile information.
  • nonprivate - display user profile information only when a user’s profile is not marked private.
  • nonprivate-authenticated - display user profile information only when a user’s profile is not marked private and the user performing the search is logged in.
  • none - never show user profile information.

C#
[Category("Ektron")]
[TypeConverter(typeof(ResultProfileCommunitySearchTypeConverter))]
[Description(" This property will display the information of users or friends based on the state of the user who is seeking the information.")]
[DefaultValue("nonprivate-authenticated")]
public string ResultProfile;
Visual Basic
<Category("Ektron")>
<TypeConverter(typeof(ResultProfileCommunitySearchTypeConverter))>
<Description(" This property will display the information of users or friends based on the state of the user who is seeking the information.")>
<DefaultValue("nonprivate-authenticated")>
Public Property ResultProfile() As string
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!