Class Impersonator
- Namespace
- InSite.Domain.Foundations
- Assembly
- Shift.Sdk.dll
public class Impersonator
- Inheritance
-
Impersonator
- Inherited Members
- Extension Methods
Constructors
Impersonator()
public Impersonator()
Properties
Organization
If the current user is impersonating another user then this is a reference back to the organization that was selected when the administrator started impersonating.
public OrganizationState Organization { get; set; }
Property Value
Organizations
If the current user is impersonating another user then this is a reference back to the list of organizations accessible to the administrator who is impersonating another user.
public OrganizationList Organizations { get; set; }
Property Value
User
If the current user is impersonating another user then this is a reference back to the impersonating administrator's account.
public User User { get; set; }