Interface ITeamMembersSettings
Public interface to define the memebers settings for a Team
Inherited Members
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public interface ITeamMembersSettings : IDataModel<ITeamMembersSettings>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamMembersSettings>
Properties
AllowAddRemoveApps
Defines whether the team members can add or remove apps
Declaration
bool AllowAddRemoveApps { get; set; }
Property Value
System.Boolean
|
AllowCreatePrivateChannels
Defines whether the team members can create private channels
Declaration
bool AllowCreatePrivateChannels { get; set; }
Property Value
System.Boolean
|
AllowCreateUpdateChannels
Defines whether the team members can update channels
Declaration
bool AllowCreateUpdateChannels { get; set; }
Property Value
System.Boolean
|
AllowCreateUpdateRemoveConnectors
Defines whether the team members can create, update, or remove connectors
Declaration
bool AllowCreateUpdateRemoveConnectors { get; set; }
Property Value
System.Boolean
|
AllowCreateUpdateRemoveTabs
Defines whether the team members can update or remove tabs
Declaration
bool AllowCreateUpdateRemoveTabs { get; set; }
Property Value
System.Boolean
|
AllowDeleteChannels
Defines whether the team members can delete channels
Declaration
bool AllowDeleteChannels { get; set; }
Property Value
System.Boolean
|