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

When set to True, populates the drop down list with these additional options:

  • First Name - perform searches based on a user’s first name.
  • Last Name - perform searches based on a user’s last name.
  • Email - perform searches based on a user’s email address.
When set to False, the drop down list is populated with these properties:
  • Tags - perform searches based on a user’s tags.
  • Display Name - perform searches based on a user’s display name.

C#
[Category("Ektron")]
[TypeConverter(typeof(bool))]
[Description("When the property is set to true, populates the drop-down list with additional options; First Name, Last Name, email.")]
[DefaultValue("true")]
public bool ShowNameEmail;
Visual Basic
<Category("Ektron")>
<TypeConverter(typeof(bool))>
<Description("When the property is set to true, populates the drop-down list with additional options; First Name, Last Name, email.")>
<DefaultValue("true")>
Public Property ShowNameEmail() 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!