Forum:Thread.Author.Group.271

Version: - string  

Summary

Returnst True if the author belongs to not system extranet group.

Settings

The value is generated automatically.

Examples

Outputting the template tag

@GetString("Forum:Thread.Author.Group.271")

Check if tag has a value

@if(!string.IsNullOrWhiteSpace(GetString("Forum:Thread.Author.Group.271"))) { @* Tag has value, so let's do something useful here. *@ }

Assign tag to a value for later use

@{ string storedTag = GetString("Forum:Thread.Author.Group.271"); }

Outputting the template tag

<!--@Forum:Thread.Author.Group.271-->

Check if string has a value

<!--@If Defined(@Forum:Thread.Author.Group.271)--> Let's output this tag here: <strong><!--@Forum:Thread.Author.Group.271--></strong> <!--@EndIf(@Forum:Thread.Author.Group.271)-->