Interface ITeamMembersSettings
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
AllowCreatePrivateChannels
Defines whether the team members can create private channels
bool AllowCreatePrivateChannels { get; set; }
Property Value
AllowCreateUpdateChannels
Defines whether the team members can update channels
bool AllowCreateUpdateChannels { get; set; }
Property Value
AllowCreateUpdateRemoveConnectors
Defines whether the team members can create, update, or remove connectors
bool AllowCreateUpdateRemoveConnectors { get; set; }
Property Value
AllowCreateUpdateRemoveTabs
Defines whether the team members can update or remove tabs
bool AllowCreateUpdateRemoveTabs { get; set; }
Property Value
AllowDeleteChannels
Defines whether the team members can delete channels
bool AllowDeleteChannels { get; set; }