Runtime Parameter Shell Properties

Runtime Parameter shell property accessors are defined when optional params are passed to URL or HTML template context.

Shell.Params()

Dictionary object (input). This is a Dictionary of name/value string pairs containing runtime parameters. These parameters typically come from HTML templates or from URL strings. For example, when accessing the following URL:
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".

Related Topics

Shell Property Descriptions

Shell Properties by Context