Alloy.Models.Pages.LandingPage.SetDefaultValues C# (CSharp) Method

SetDefaultValues() public method

public SetDefaultValues ( ContentType contentType ) : void
contentType ContentType
return void
        public override void SetDefaultValues(ContentType contentType)
        {
            base.SetDefaultValues(contentType);

            HideSiteFooter = true;
            HideSiteHeader = true;
        }
LandingPage