Table of Contents

Interface ICurrentOrganization

Namespace
Raytha.Application.Common.Interfaces
Assembly
Raytha.Application.dll
public interface ICurrentOrganization

Properties

ActiveThemeId

ShortGuid ActiveThemeId { get; }

Property Value

ShortGuid

AuthenticationSchemes

IEnumerable<AuthenticationSchemeDto> AuthenticationSchemes { get; }

Property Value

IEnumerable<AuthenticationSchemeDto>

ContentTypes

IEnumerable<ContentTypeDto> ContentTypes { get; }

Property Value

IEnumerable<ContentTypeDto>

DateFormat

string DateFormat { get; }

Property Value

string

EmailAndPasswordIsEnabledForAdmins

bool EmailAndPasswordIsEnabledForAdmins { get; }

Property Value

bool

EmailAndPasswordIsEnabledForUsers

bool EmailAndPasswordIsEnabledForUsers { get; }

Property Value

bool

HomePageId

ShortGuid? HomePageId { get; }

Property Value

ShortGuid?

HomePageType

string HomePageType { get; }

Property Value

string

InitialSetupComplete

bool InitialSetupComplete { get; }

Property Value

bool

OrganizationName

string OrganizationName { get; }

Property Value

string

PathBase

string PathBase { get; }

Property Value

string

RedirectWebsite

string RedirectWebsite { get; }

Property Value

string

SmtpDefaultFromAddress

string SmtpDefaultFromAddress { get; }

Property Value

string

SmtpDefaultFromName

string SmtpDefaultFromName { get; }

Property Value

string

TimeZone

string TimeZone { get; }

Property Value

string

TimeZoneConverter

OrganizationTimeZoneConverter TimeZoneConverter { get; }

Property Value

OrganizationTimeZoneConverter

WebsiteUrl

string WebsiteUrl { get; }

Property Value

string