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

When set to True, a user does not need to be logged in to perform a user search. When set to False, a user must logged in to perform a user search, otherwise the control displays a message stating that log-in is required.

  • True = a user does not need to be logged in to perform a user search.
  • False = a user must be logged in to perform a user search.

C#
[Category("Ektron")]
[TypeConverter(typeof(bool))]
[Description(" When the property is set to false and user is not logged in, UI displays message that log-in is required (searching is prevented).")]
[DefaultValue("true")]
public bool EnableUnauthorizedSearching;
Visual Basic
<Category("Ektron")>
<TypeConverter(typeof(bool))>
<Description(" When the property is set to false and user is not logged in, UI displays message that log-in is required (searching is prevented).")>
<DefaultValue("true")>
Public Property EnableUnauthorizedSearching() 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!