Click or drag to resize
ExitPageInfoProviderSetExitPageInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified ExitPageInfo.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IExitPageInfoProvider.Set(ExitPageInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ExitPageInfo.Provider.")]
public static void SetExitPageInfo(
	ExitPageInfo infoObj
)

Parameters

infoObj
Type: CMS.WebAnalyticsExitPageInfo
ExitPageInfo to be set.
See Also