Class CancelableTrackingNotificationArgs
- Namespace
- Dynamicweb.Tracking.Notifications
- Assembly
- Dynamicweb.Core.dll
Base class for cancelable notifications related to tracking.
public abstract class CancelableTrackingNotificationArgs : TrackingNotificationArgs
- Inheritance
-
CancelableTrackingNotificationArgs
- Derived
- Inherited Members
Properties
Cancel
Gets or sets a value indicating whether tracking should be canceled.
public bool Cancel { get; set; }
Property Value
- bool
true
if cancel; otherwise,false
.