Click or drag to resize
AnalyticsLogGetInformation Method

Note: This API is now obsolete.

Gets the item information

Namespace: CMS.WebAnalytics.Web.UI
Assembly: CMS.WebAnalytics.Web.UI (in CMS.WebAnalytics.Web.UI.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use IActivityInfo for retrieving the information instead.")]
protected string GetInformation(
	Object data,
	Object objectName,
	Object culture,
	Object objectId
)

Parameters

data
Type: SystemObject
Activity data
objectName
Type: SystemObject
Object name
culture
Type: SystemObject
Culture
objectId
Type: SystemObject
Object ID

Return Value

Type: String
See Also