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

If set to True, taxonomy categories will also be searched for the search text specified. The default is False. 

True = Search across taxonomy categories 

False = Do not search across taxonomy categories  

C#
[Bindable(true)]
[Browsable(true)]
[Category("Ektron")]
[DefaultValue(false)]
[Description("If this property is set to true, taxonomy categories will also be searched for the search text specified.")]
public bool ShowCategories;
Visual Basic
<Bindable(true)>
<Browsable(true)>
<Category("Ektron")>
<DefaultValue(false)>
<Description("If this property is set to true, taxonomy categories will also be searched for the search text specified.")>
Public Property ShowCategories() 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!