MagicCMS Documentation

MagicPost..::..Title_RT Property

Gets the pretty title of the post. If a translation exist for the post return the title translation for the current language.

Namespace:  MagicCMS.Core
Assembly:  MagicCMS.4.5 (in MagicCMS.4.5.dll)

Syntax


public string Title_RT { get; }

Field Value

The pretty title of the post.

Remarks


Il the translation for the post doesn't exist, the AutoHide property of the current language determines if the post is hidden (MagicLanguage.AutoHide == true) or shown in the default language.