Table of Contents

Interface ITeamMembersSettings

Namespace
PnP.Core.Model.Teams
Assembly
PnP.Core.dll

Public interface to define the memebers settings for a Team

public interface ITeamMembersSettings : IDataModel<ITeamMembersSettings>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamMembersSettings>
Inherited Members
Extension Methods

Properties

AllowAddRemoveApps

Defines whether the team members can add or remove apps

bool AllowAddRemoveApps { get; set; }

Property Value

bool

AllowCreatePrivateChannels

Defines whether the team members can create private channels

bool AllowCreatePrivateChannels { get; set; }

Property Value

bool

AllowCreateUpdateChannels

Defines whether the team members can update channels

bool AllowCreateUpdateChannels { get; set; }

Property Value

bool

AllowCreateUpdateRemoveConnectors

Defines whether the team members can create, update, or remove connectors

bool AllowCreateUpdateRemoveConnectors { get; set; }

Property Value

bool

AllowCreateUpdateRemoveTabs

Defines whether the team members can update or remove tabs

bool AllowCreateUpdateRemoveTabs { get; set; }

Property Value

bool

AllowDeleteChannels

Defines whether the team members can delete channels

bool AllowDeleteChannels { get; set; }

Property Value

bool