Table of Contents

Interface ITeamMessagingSettings

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

Public interface to define the messaging settings for a Team

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

Properties

AllowChannelMentions

Defines whether users can use channel mentions

bool AllowChannelMentions { get; set; }

Property Value

bool

AllowOwnerDeleteMessages

Defines whether owners can delete messages

bool AllowOwnerDeleteMessages { get; set; }

Property Value

bool

AllowTeamMentions

Defines whether users can use team mentions

bool AllowTeamMentions { get; set; }

Property Value

bool

AllowUserDeleteMessages

Defines whether users can delete messages

bool AllowUserDeleteMessages { get; set; }

Property Value

bool

AllowUserEditMessages

Defines whether users can edit messages

bool AllowUserEditMessages { get; set; }

Property Value

bool