SBM ModScript Reference → Programming SBM ModScript → Shell Properties → Shell Property Descriptions → Runtime Parameter Shell Properties
Runtime Parameter shell property accessors are defined when optional params are passed to URL or HTML template context.
http://server/workcenter/tmtrack.dll?ScriptPage&scriptName=myScript&x=10...Shell.Params() contains one item whose key is "x" and value is "10" (as a string). All parameter names are stored in lower case. For example, "x=10" becomes the key "x" with the value "10".
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.