Table of Contents

Class SiteSettings

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

Constructors

SiteSettings()

public SiteSettings()

Properties

public string AdminNavigationLogo { get; set; }

Property Value

string
public string CmdsHomeLink { get; set; }

Property Value

string

CompanyName

public string CompanyName { get; set; }

Property Value

string

Environment

public SiteSettings.EnvironmentModel Environment { get; set; }

Property Value

SiteSettings.EnvironmentModel

ImpersonatorName

public string ImpersonatorName { get; set; }

Property Value

string

IsAdministrator

public bool IsAdministrator { get; set; }

Property Value

bool

IsCmds

public bool IsCmds { get; set; }

Property Value

bool

IsMultiOrganization

public bool IsMultiOrganization { get; set; }

Property Value

bool

IsOperator

public bool IsOperator { get; set; }

Property Value

bool

MyDashboard

public SiteSettings.LinkModel MyDashboard { get; set; }

Property Value

SiteSettings.LinkModel

NavigationGroups

public List<SiteSettings.MenuModel> NavigationGroups { get; set; }

Property Value

List<SiteSettings.MenuModel>

OrganizationCode

public string OrganizationCode { get; set; }

Property Value

string

PartitionEmail

public string PartitionEmail { get; set; }

Property Value

string

Permissions

public SiteSettings.PermissionsModel Permissions { get; set; }

Property Value

SiteSettings.PermissionsModel

PlatformLogoSrc

public string PlatformLogoSrc { get; set; }

Property Value

string

PlatformSearchDownloadMaximumRows

public int PlatformSearchDownloadMaximumRows { get; set; }

Property Value

int

SessionTimeoutMinutes

public int SessionTimeoutMinutes { get; set; }

Property Value

int

ShortcutGroups

public List<SiteSettings.MenuLinkModel> ShortcutGroups { get; set; }

Property Value

List<SiteSettings.MenuLinkModel>

StylePath

public string StylePath { get; set; }

Property Value

string

SupportedLanguages

public List<string> SupportedLanguages { get; set; }

Property Value

List<string>

TimeZoneId

public string TimeZoneId { get; set; }

Property Value

string

UserHostAddress

public string UserHostAddress { get; set; }

Property Value

string

UserName

public string UserName { get; set; }

Property Value

string

Methods

FromNavigationItems(IEnumerable<NavigationItem>)

public static List<SiteSettings.MenuLinkModel> FromNavigationItems(IEnumerable<NavigationItem> items)

Parameters

items IEnumerable<NavigationItem>

Returns

List<SiteSettings.MenuLinkModel>

FromNavigationLists(IEnumerable<NavigationList>)

public static List<SiteSettings.MenuModel> FromNavigationLists(IEnumerable<NavigationList> lists)

Parameters

lists IEnumerable<NavigationList>

Returns

List<SiteSettings.MenuModel>