ISchemaFieldHelpText Property
|
Gets and sets a field's help text. Help text, displayed on the Ingeniux CMS edit form, is information to help users complete the field.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string HelpText { get; set; }
Property HelpText As String
Get
Set
property String^ HelpText {
String^ get ();
void set (String^ value);
}
abstract HelpText : string with get, set
Property Value
Type:
StringSee Also