Table of Contents

Class PageSettings

Namespace
Shift.Contract.Presentation
Assembly
Shift.Sdk.dll
public class PageSettings
Inheritance
PageSettings
Inherited Members
Extension Methods

Constructors

PageSettings()

public PageSettings()

Properties

ActionId

public Guid ActionId { get; set; }

Property Value

Guid

ActionTitle

public string ActionTitle { get; set; }

Property Value

string

Breadcrumbs

public List<PageSettings.BreadcrumbModel> Breadcrumbs { get; set; }

Property Value

List<PageSettings.BreadcrumbModel>

CoreAbout

public PageSettings.AboutModel CoreAbout { get; set; }

Property Value

PageSettings.AboutModel

CustomAbout

public PageSettings.AboutModel CustomAbout { get; set; }

Property Value

PageSettings.AboutModel

DisplayCalendar

public bool DisplayCalendar { get; set; }

Property Value

bool

Download

public PageSettings.DownloadSettings Download { get; set; }

Property Value

PageSettings.DownloadSettings

Errors

public List<Error> Errors { get; set; }

Property Value

List<Error>

FullWidth

public bool FullWidth { get; set; }

Property Value

bool

PageId

public Guid? PageId { get; set; }

Property Value

Guid?

Methods

AddError(string, int)

public void AddError(string text, int code)

Parameters

text string
code int