Documentation > CMS Template API Library > Input > ShowHeader(String,String,String,Boolean)

ShowHeader

Adds a section header to the input screen. Useful for highlighting groups of controls.

public System.Void ShowHeader(String,String,String,Boolean)

Parameters

NameDescriptionType
message The label text to display. System.String
backgroundColor Optional: Background color for header. System.String
foregroundColor Optional: Text color for header. System.String
hideIcon Optional: setting this to true will hide the white arrow icon. Defaults to false. System.Boolean

Code Example

C#

Sample:

            Input.ShowHeader("Related Content Listing");
            

Connect with Crownpeak