ScriptVariables.ClientObjectName

The name of the object generated in client script code

Can be either single object name like serverVars or a complex name like window.global.authData.

If a single variable name is used a var declaration is prefixed unless you explicitly opt out via noVar

If using a complex name make sure the object hierarchy above exists so you can assign the new object to it (ie. in the aboove window.global has to exist in order to assing window.global.authData)

public string ClientObjectName

© West Wind Technologies, 2025 • Updated: 2025-03-06
Comment or report problem with topic