MagicCMS Documentation

MagicPost..::..TestoNote_RT Property

Gets the Short Text of the post. If a translation exist for the post return the Short Text translation for the current language.

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

Syntax


public string TestoNote_RT { get; }

Field Value

The Short Text.

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. The return value is the same returned by TestoBreve_RT but value of [MagicPost.TypeInfo.FlagAutoTestoBreve] is ignored.