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

If system id using manual aliasing, and the aliased menu item does not get selected due to external link that generates a URL which contains the real path and ID, setting this true will force first matching menu item ID to be selected.

C#
[Browsable(false), EditorBrowsable(EditorBrowsableState.Never)]
[Category("Ektron")]
[TypeConverter(typeof(bool))]
[Description("Not normally needed (default: False), but available for special cases when both alias and non-alias references to the same menu item must be allowed.")]
[DefaultValue("false")]
public bool UseAliasRealId;
Visual Basic
<Browsable(false), EditorBrowsable(EditorBrowsableState.Never)>
<Category("Ektron")>
<TypeConverter(typeof(bool))>
<Description("Not normally needed (default: False), but available for special cases when both alias and non-alias references to the same menu item must be allowed.")>
<DefaultValue("false")>
Public Property UseAliasRealId() 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!