Documentation > Services API > ServicesInput > ShowInputHeader(Boolean,Boolean,Boolean,Boolean,String,String,Boolean,Boolean,Boolean,Boolean)

ShowInputHeader

Generates generic Page Fields for input Creates a standard content header for use across your site. Consistent fieldnames can simplify maintenance and revisions of templates.

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

Parameters

NameDescriptionType
showPageLabel Displays text box for the Page Label System.Boolean
showPageTitle Displays text box for the Page Title System.Boolean
showShortTitle Displays text box for the Pages alternative shorter title System.Boolean
showAuthor Toggle display of author information System.Boolean
authorFolderPath Path of folder that holds author assets System.String
authorTemplateName Name of the template used by the author assets System.String
showSimpleDate Toggle display of simple date Overwrites showFullDate System.Boolean
showFullDate Toggle display of full date System.Boolean
showWYSIWYGSummary Toggle use of a WYSIWYG for the summary System.Boolean
showTextboxSummary Toggle use of a Text Box for the summary Overwrites showWYSIWYGSummary System.Boolean

Code Example

C#

Sample:

            ServicesInput.ShowInputHeader(true, true, true, false, "", "Author", false, true, true, false);
            

Connect with Crownpeak