The URLEncode task will encode a given property for use within a a URL string. This value which is actually set will be encoded via the urlencode() function. Typically, you must do this for all parameter values within a URL.
Table B.74: Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
property
|
String
| The name of the property to set. | n/a | Yes |
override
|
Boolean
| If the property is already set, should we change it's value. Can be true or
false
| false | No |
value
|
String
| The value of the property. | n/a | No, if refid is specified |
refid
|
String
| The id of a saved reference whose value will be the value of the property. | n/a | No, if value is specified |