Interface ITeamMessagingSettings
Public interface to define the messaging settings for a Team
Inherited Members
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public interface ITeamMessagingSettings : IDataModel<ITeamMessagingSettings>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamMessagingSettings>
Properties
AllowChannelMentions
Defines whether users can use channel mentions
Declaration
bool AllowChannelMentions { get; set; }
Property Value
System.Boolean
|
AllowOwnerDeleteMessages
Defines whether owners can delete messages
Declaration
bool AllowOwnerDeleteMessages { get; set; }
Property Value
System.Boolean
|
AllowTeamMentions
Defines whether users can use team mentions
Declaration
bool AllowTeamMentions { get; set; }
Property Value
System.Boolean
|
AllowUserDeleteMessages
Defines whether users can delete messages
Declaration
bool AllowUserDeleteMessages { get; set; }
Property Value
System.Boolean
|
AllowUserEditMessages
Defines whether users can edit messages
Declaration
bool AllowUserEditMessages { get; set; }
Property Value
System.Boolean
|