Click or drag to resize

ISiteMapUserAgent Method


Gets a user agent branding by its name

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IUserAgent UserAgent(
	string userAgentName
)

Parameters

userAgentName
Type: SystemString
Name of the user agent branding

Return Value

Type: IUserAgent
The user agent branding with matching name. Returns null if this user agent doesn't exist.
See Also