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: 8.2.23
Syntax
C#
public static void SetUserAgentInfo(
	UserAgentInfo agentObj
)

Parameters

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