Class ChangeGroupAuthorization
- Namespace
- InSite.Application.Groups.Write.Old
- Assembly
- Shift.Sdk.dll
public class ChangeGroupAuthorization : Command, ICommand
- Inheritance
-
ChangeGroupAuthorization
- Implements
- Inherited Members
- Extension Methods
Constructors
ChangeGroupAuthorization(Guid, bool, bool, bool, bool, bool)
public ChangeGroupAuthorization(Guid group, bool accessGrantedToAdmin, bool accessGrantedToCmds, bool accessGrantedToDesign, bool accessGrantedToPortal, bool addNewUsersAutomatically)
Parameters
groupGuidaccessGrantedToAdminboolaccessGrantedToCmdsboolaccessGrantedToDesignboolaccessGrantedToPortalbooladdNewUsersAutomaticallybool
Properties
AccessGrantedToAdmin
public bool AccessGrantedToAdmin { get; set; }
Property Value
AccessGrantedToCmds
public bool AccessGrantedToCmds { get; set; }
Property Value
AccessGrantedToDesign
public bool AccessGrantedToDesign { get; set; }
Property Value
AccessGrantedToPortal
public bool AccessGrantedToPortal { get; set; }
Property Value
AddNewUsersAutomatically
public bool AddNewUsersAutomatically { get; set; }