banner

UserInfo.get_City method

Returns the name of the end user's city that is stored in the UserInfo object.

Syntax

sCity = window.external.UserInfo.get_City();

Parameters None
Return Values String. The name of the end user's city that is stored in the UserInfo object.
Applies To window.external.UserInfo
Example
var strCity = window.external.UserInfo.get_City();