Table of Contents

Class CancelableTrackingNotificationArgs

Namespace
Dynamicweb.Tracking.Notifications
Assembly
Dynamicweb.Tracking.dll
Base class for cancelable notifications related to tracking.
public abstract class CancelableTrackingNotificationArgs : TrackingNotificationArgs
Inheritance
CancelableTrackingNotificationArgs
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.
See Also

See Also

To top