Parses one line of the log file.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- line
- Type: System String
Log record (line contains activity type, contact ID, site ID, title, item ID, URL, node ID, item detail ID, value, IP address, campaign name, additional param1, additional param2... )
Return Value
Type: ActivityDataActivityData or null if passed log record is in incorrect format
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | line is null |
See Also