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>
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
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
Property Value
- string
TimeZoneConverter
OrganizationTimeZoneConverter TimeZoneConverter { get; }
Property Value
- OrganizationTimeZoneConverter
WebsiteUrl
string WebsiteUrl { get; }
Property Value
- string