Function PropertyUrl

Outputs a URL for a property link

PropertyUrl([PROPERTY_CODE],[TYPE])

Parameters

# Type Passing Default Name Description/Comments
1 string required n/a PROPERTY_CODE The property code
2 integer optional 0 TYPE The URL link to find: 0 = Property, 1 = Map

Returns

The property URL depending on the type


Examples

Example to output a property url

{{PropertyUrl(ALIAS.PROPCODE,0)}}

Example to output a property map url

{{PropertyUrl(ALIAS.PROPCODE,1)}}