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

When set to True, this server control only returns Membership Users. When set to False, the control returns CMS400.NET Users and Membership Users.

C#
[Category("Ektron")]
[TypeConverter(typeof(bool))]
[Description("Allows limiting results for security; When true, search only returns members. When false, returns members and CMS uers.")]
[DefaultValue("false")]
public bool MembersOnly;
Visual Basic
<Category("Ektron")>
<TypeConverter(typeof(bool))>
<Description("Allows limiting results for security; When true, search only returns members. When false, returns members and CMS uers.")>
<DefaultValue("false")>
Public Property MembersOnly() 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!