Click or drag to resize
UserAgentInfoProviderGetUserAgentInfo Method
Returns user agent with specified ID.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
public static UserAgentInfo GetUserAgentInfo(
	int agentId
)

Parameters

agentId
Type: SystemInt32
User agent ID

Return Value

Type: UserAgentInfo
See Also