Table of Contents

Class Trackable<T>

Namespace
CMS.Helpers
Assembly
CMS.Helpers.dll

Defines a base class for the classes that can be tracked

public class Trackable<T> : DisposableObject where T : Trackable<T>

Type Parameters

T
Inheritance
object
Trackable<T>
Derived
Inherited Members
Extension Methods

Constructors

Trackable()

Constructor

public Trackable()

Fields

Track

If true, the tracking of this type is enabled. Default false, configurable with web.config key CMSTrack[TypeName].

[Obsolete("Property was not intended for public use and will be removed.")]
[ObsoleteSince(29, 3)]
public static BoolAppSetting Track

Field Value

BoolAppSetting

TypeName

Type name

protected static string TypeName

Field Value

string

Methods

TrackAllOpen(string)

Tracks all open trackable objects of this type. Only tracks the section if the tracking of current object is enabled.

public static void TrackAllOpen(string reason)

Parameters

reason string

Track reason