banner

UserInfo.set_City method

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

Syntax

window.external.UserInfo.set_City(sCity);

Parameters sCity

String. The value of the end user's city that is stored in the UserInfo object.

Return Values None
Applies To window.external.UserInfo
Example
window.external.UserInfo.set_City("Buffalo");