Class BeforeSessionTrackingNotificationArgs
- Namespace
- Dynamicweb.Tracking.Notifications
- Assembly
- Dynamicweb.Tracking.dll
Provides information about the session before it is tracked.
public class BeforeSessionTrackingNotificationArgs : BeforeTrackingNotificationArgs
- Inheritance
-
BeforeSessionTrackingNotificationArgs
- Inherited Members
Properties
Session
Gets the session.
public SessionData Session { get; }
Property Value
- SessionData
- The session.
- See Also