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)
public string TestoNote_RT { get; }
Field Value
The Short Text.
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.