ProductCatalogFooterHtml Property |
The footer of the catalog in HTML format. Primarily used for web visualizations of the catalog. null means that there shouldn't be any user-defined footer.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string FooterHtml { get; set; }
Public Property FooterHtml As String
Get
Set
public:
property String^ FooterHtml {
String^ get ();
void set (String^ value);
}
member FooterHtml : string with get, set
Property Value
Type:
String
See Also