public System.bool IsAdmin {get; set;}
When True, the system bypasses the permissions model, making all content available. This is used in the Admin Console so that a system administrator can build Roles where all folders and content is visible.
This should never be set to True for end users.
public System.bool IsAdmin {get; set;}