Table of Contents

Class SignInLogic.GetUserOrganization_Result

Namespace
InSite.Web.SignIn
Assembly
InSite.UI.dll
public sealed class SignInLogic.GetUserOrganization_Result
Inheritance
SignInLogic.GetUserOrganization_Result
Inherited Members

Constructors

GetUserOrganization_Result()

public GetUserOrganization_Result()

Properties

Error

public (SignInBasePage.SignInErrorCodes Code, bool HtmlEncode, string Message) Error { get; set; }

Property Value

(SignInBasePage.SignInErrorCodes Code, bool HtmlEncode, string Message)

Organization

public OrganizationState Organization { get; set; }

Property Value

OrganizationState

RedirectUrl

public string RedirectUrl { get; set; }

Property Value

string