DwSearchResultIconClean

Version: - string  

Summary

Returns the path to the icon of the result item extension.

Settings

The value is generated automatically.

Examples

Outputting the template tag

@GetString("DwSearchResultIconClean")

Check if tag has a value

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

Assign tag to a value for later use

@{ string storedTag = GetString("DwSearchResultIconClean"); }

Outputting the template tag

<!--@DwSearchResultIconClean-->

Check if string has a value

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