Table of Contents

Enum UserStatusType

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll

Represents the various statuses a user can have.

public enum UserStatusType

Fields

Active = 1

Indicates that the user is currently active.

Inactive = 2

Indicates that the user is currently inactive.

None = 0

Indicates that the user status is not set.

Pending = 3

Indicates that the user's status is pending, and an invitation has been sent.

To top