Home > Configuration > Transform > settransformaction_priority

settransformaction_priority

Use this method to set positive integer specifying the priority of the action within the profile. A lower number specifies a higher priority. Must be unique within the list of actions bound to the profile. Policies are evaluated in the order of their priority numbers, and the first policy that matches is applied.

Syntax



Parameters

name

Name of the URL Transformation action to modify.
This is mandatory parameter.

priority

Positive integer specifying the priority of the action within the profile. A lower number specifies a higher priority. Must be unique within the list of actions bound to the profile. Policies are evaluated in the order of their priority numbers, and the first policy that matches is applied.
Minimum value = 1.
Maximum value = 2147483647.

Return Value

Returns simpleResult

See Also