Click or drag to resize
UserAgentInfoProviderSetUserAgentInfo Method
Sets (updates or inserts) specified user agent.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void SetUserAgentInfo(
	UserAgentInfo agentObj
)

Parameters

agentObj
Type: CMS.OnlineMarketingUserAgentInfo
User agent to be set
See Also