Table of Contents

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

group Guid
accessGrantedToAdmin bool
accessGrantedToCmds bool
accessGrantedToDesign bool
accessGrantedToPortal bool
addNewUsersAutomatically bool

Properties

AccessGrantedToAdmin

public bool AccessGrantedToAdmin { get; set; }

Property Value

bool

AccessGrantedToCmds

public bool AccessGrantedToCmds { get; set; }

Property Value

bool

AccessGrantedToDesign

public bool AccessGrantedToDesign { get; set; }

Property Value

bool

AccessGrantedToPortal

public bool AccessGrantedToPortal { get; set; }

Property Value

bool

AddNewUsersAutomatically

public bool AddNewUsersAutomatically { get; set; }

Property Value

bool