Interface ITeamGuestSettings
Public interface to define the guest settings for a Team
public interface ITeamGuestSettings : IDataModel<ITeamGuestSettings>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamGuestSettings>
- Inherited Members
- Extension Methods
Properties
AllowCreateUpdateChannels
Defines whether the guests can create or update channels
bool AllowCreateUpdateChannels { get; set; }
Property Value
AllowDeleteChannels
Defines whether the guests can delete channels
bool AllowDeleteChannels { get; set; }