Table of Contents

Interface ITeamGuestSettings

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

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

bool

AllowDeleteChannels

Defines whether the guests can delete channels

bool AllowDeleteChannels { get; set; }

Property Value

bool