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

The Content ID to flag as "visited" in the event that no other ID is specified by QueryString (e.g. "?id=2"). Set to zero (0) if you do not wish to use a Default Content ID.

C#
[Bindable(true)]
[Category("Ektron")]
[Editor(typeof(AnalyticsTrackerUITypeEditor), typeof(System.Drawing.Design.UITypeEditor))]
[DefaultValue(0)]
[Description("The Content ID to flag as \"visited\" in the event that no other ID is specified by QueryString (e.g. \"?id=2\"). Set to zero (0) if you do not wish to use a Default Content ID.")]
public Int64 DefaultContentID;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<Editor(typeof(AnalyticsTrackerUITypeEditor), typeof(System.Drawing.Design.UITypeEditor))>
<DefaultValue(0)>
<Description("The Content ID to flag as \"visited\" in the event that no other ID is specified by QueryString (e.g. \"?id=2\"). Set to zero (0) if you do not wish to use a Default Content ID.")>
Public Property DefaultContentID() As Int64
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!