Table of Contents

Enum UserViewResultType

Namespace
Dynamicweb.Users.Frontend.UserView
Assembly
Dynamicweb.Users.dll
public enum UserViewResultType

Fields

Deleted = 1

Indicates that the user was deleted successfully.

InvitationResent = 3

Indicates that an invitation was resent.

None = 0

No specific result type.

UserActiveStateChanged = 2

Indicates a change in the active state of the user.

To top