Class CurrentUserAdminCheckResponse
Response to current user admin check request.
Inheritance
CurrentUserAdminCheckResponse
Assembly: solution.dll
Syntax
public class CurrentUserAdminCheckResponse
Properties
Error
Error caused by the request.
Declaration
public ErrorResponse.ErrorFields Error { get; set; }
Property Value
Type |
Description |
ErrorFields |
|
IsCurrentUserAdmin
Declaration
public bool IsCurrentUserAdmin { get; set; }
Property Value
OrganizationName
Declaration
public string OrganizationName { get; set; }
Property Value