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

Set to true to enable logging verbose info to the event log (such as information on reasons for menu selection), must set web.config LogLevel to verbose.

C#
[Bindable(true)]
[Category("Ektron")]
[Description("Used to assist identifying a configuration problem, when the menu does not appear to select what the designer intended.")]
[TypeConverter(typeof(BooleanConverter))]
[DefaultValue(false)]
public bool LogInfo;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<Description("Used to assist identifying a configuration problem, when the menu does not appear to select what the designer intended.")>
<TypeConverter(typeof(BooleanConverter))>
<DefaultValue(false)>
Public Property LogInfo() 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!