customAppParameter<N> parameter

Adds custom parameters to URLs in the viewer that might affect the codebase and annotation image stamp URLs.

This parameter is used with the imageStampResourceContext and codebaseContext parameters to construct the URL that the viewer uses.

You can also use the following JavaScript methods to work with custom application parameters: setCustomAppParameter, getCustomAppParameter, and removeCustomAppParameter.

Example

<param name="customAppParameter1" value="<id=32>" />
<param name="customAppParameter2" value="<security_token=sf1w5e1fr3>" />
Important: The value must include the < and >.