AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

CMSBasePage..::..eLoggedInStatus Enumeration

Result of a login-status probe for the current admin session.

Namespace:  AdvantageCMS.Core.Admin
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


[SerializableAttribute]
protected enum eLoggedInStatus

Members


Member nameDescription
InActiveThe user account is inactive and cannot log in.
LoggedInThe user is currently logged in with a valid session.
LoggedOutByAnotherThe user was logged out because another session took over.
ValidationErrorThe supplied credentials did not validate.