ActivityRating Constructor |
Default constructor.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax public ActivityRating(
string title,
double value,
ITreeNode currentDoc,
ActivityContext variables
)
Parameters
- title
- Type: SystemString
Activity title - value
- Type: SystemDouble
Activity value - currentDoc
- Type: CMS.BaseITreeNode
Current document - variables
- Type: CMS.WebAnalyticsActivityContext
Environment variables required for proper logging of activities. Use AnalyticsContext.ActivityEnvironmentVariables.
See Also