NewsWebModuleArticleArticleTextHtml Property |
The actual article text, stored as Html. Only the <BODY> of the Html is stored. The language of the text is specified in Language Code.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Cms
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ArticleTextHtml { get; set; }
Public Property ArticleTextHtml As String
Get
Set
public:
property String^ ArticleTextHtml {
String^ get ();
void set (String^ value);
}
member ArticleTextHtml : string with get, set
Property Value
Type:
String
See Also