MagicCMS Documentation

MagicPost..::..TestoBreve_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 TestoBreve_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. If [MagicPost.TypeInfo.FlagAutoTestoBreve] is true the the text is generated shortening TestoLungo to the length defined by [MagicCMSConfiguration.GetConfig().TestoBreveDefLength].