LeadsMail:Downloads.File

Version: - string  

Summary

Returns file name downloded by the lead. 

Settings

The value is generated automatically.

Examples

Outputting the template tag

@GetString("LeadsMail:Downloads.File")

Check if tag has a value

@if(!string.IsNullOrWhiteSpace(GetString("LeadsMail:Downloads.File"))) { @* Tag has value, so let's do something useful here. *@ }

Assign tag to a value for later use

@{ string storedTag = GetString("LeadsMail:Downloads.File"); }

Outputting the template tag

<!--@LeadsMail:Downloads.File-->

Check if string has a value

<!--@If Defined(@LeadsMail:Downloads.File)--> Let's output this tag here: <strong><!--@LeadsMail:Downloads.File--></strong> <!--@EndIf(@LeadsMail:Downloads.File)-->