Interface ITeamGuestSettings
Public interface to define the guest settings for a Team
Inherited Members
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public interface ITeamGuestSettings : IDataModel<ITeamGuestSettings>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamGuestSettings>
Properties
AllowCreateUpdateChannels
Defines whether the guests can create or update channels
Declaration
bool AllowCreateUpdateChannels { get; set; }
Property Value
System.Boolean
|
AllowDeleteChannels
Defines whether the guests can delete channels
Declaration
bool AllowDeleteChannels { get; set; }
Property Value
System.Boolean
|