urlparameter

A url parameter is defined and used within the execution of an action. When defined, it will be used to fetch parameters on the url for the page and will be accessible in commands.

Syntax:

urlparameter ParameterName ( ;| {
UrlParameterNamePropertySetting
})

urlparameter StatusCode;

Url parameters needs to be defined using Marble naming conventions, which is in Pascal case. Since this might not match the real parameter on the url, they are mostly in lower case, we automatically convert them to lower case, or rather to snake case.

Code becomes code
         StatusCode becomes status_code

ParameterName

Syntax:

<Identifier>


This page is generated from IFS Developer Studio at 2025-05-28 19:49.