Table of Contents

Class RegisterState

Namespace
InSite.UI.Lobby
Assembly
InSite.UI.dll
public class RegisterState
Inheritance
RegisterState
Inherited Members

Constructors

RegisterState(OrganizationState, HttpSessionState, NameValueCollection, string)

public RegisterState(OrganizationState organization, HttpSessionState session, NameValueCollection parameters, string formKey)

Parameters

organization OrganizationState
session HttpSessionState
parameters NameValueCollection
formKey string

Properties

ClientFormKey

public Guid ClientFormKey { get; set; }

Property Value

Guid

IsExpired

public bool IsExpired { get; }

Property Value

bool

Organization

public OrganizationState Organization { get; set; }

Property Value

OrganizationState

OrganizationLogoHtml

public string OrganizationLogoHtml { get; }

Property Value

string

OrganizationLogoUrl

public string OrganizationLogoUrl { get; }

Property Value

string

RequestedGroupName

public string RequestedGroupName { get; }

Property Value

string

ServerFormKey

public RegisterFormValidationKey ServerFormKey { get; set; }

Property Value

RegisterFormValidationKey

Methods

IsOrganizationAccountClosed(OrganizationState)

public bool IsOrganizationAccountClosed(OrganizationState organization)

Parameters

organization OrganizationState

Returns

bool