Class Trackable<T>
Defines a base class for the classes that can be tracked
public class Trackable<T> : DisposableObject where T : Trackable<T>
Type Parameters
T
- Inheritance
-
objectTrackable<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
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
stringTrack reason