Click or drag to resize

EventType Constructor

Standard constructor.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public EventType(
	int t,
	bool s2ga
)

Parameters

t
Type: SystemInt32
The event type_id.
s2ga
Type: SystemBoolean
Specifies whether or not the event should be sent to Google Analytics via EmailHit.
See Also