applicationRuntimeInfo element

Type: applicationRuntimeInfo
Namespace: (default namespace)
XML Schema: ns0.xsd
Available Since: 1.4-M3

Example XML

<?xml version="1.0" encoding="UTF-8"?> <applicationRuntimeInfo> <devMode>...</devMode> <javascriptLog>...</javascriptLog> <version>...</version> <buildNumber>...</buildNumber> <timestamp>...</timestamp> <copyrightRange>...</copyrightRange> <logMissingI18n>...</logMissingI18n> <baseUrl>...</baseUrl> <timestampStr>...</timestampStr> <cookieInformation> <path>...</path> <domain>...</domain> <secure>...</secure> <timeout>...</timeout> <rememberMeEnabled>...</rememberMeEnabled> </cookieInformation> </applicationRuntimeInfo>

Example JSON

{ "devMode" : false, "javascriptLog" : false, "version" : "...", "buildNumber" : "...", "timestamp" : ..., "copyrightRange" : "...", "logMissingI18n" : false, "baseUrl" : "...", "timestampStr" : "...", "cookieInformation" : { "path" : "...", "domain" : "...", "secure" : "...", "timeout" : "...", "rememberMeEnabled" : false } }