Parameter |
Type |
Description |
|---|---|---|
pattern |
string |
A (file system) pattern identifying a subset of the models that are available for the browsing user. A script on the server will interpret this pattern. The default implementation of this script will interpret the pattern as a path relative to the models directory of the ITP/Server installation. Refer to ITP/Server: OnLine exit points for more information on the way the list of models is retrieved from ITP/Server. |
root |
string |
A path relative to the models directory of the ITP/Server installation, identifying a subset of the folders and models to be shown. This path point to the top-level folder of the folders to be shown. |
By default, the parameters pattern and root offer similar functionality. They both identify a subfolder of the models directory. It is important, however, to note the difference between the two parameters.
The parameter pattern is passed to the exit point ListModels.dss on ITP/Server. Based on this parameter, the script creates an xml file containing a nested structure of folders and models. Refer to ITP/Server: OnLine exit points for more information on the way the list of models is retrieved from ITP/Server). The xml file is returned to ITP/OnLine. Based on the value of the parameter root , ITP/OnLine will present a subset of the xml data to the user.