Table of Contents

Interface ITeamFunSettings

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

Public interface to define the fun settings for a Team

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

Properties

AllowCustomMemes

Defines whether the custom memes are allowed in the Team

bool AllowCustomMemes { get; set; }

Property Value

bool

AllowGiphy

Defines whether the Giphy are allowed in the Team

bool AllowGiphy { get; set; }

Property Value

bool

AllowStickersAndMemes

Defines whether the stickers and meme are allowed in the Team

bool AllowStickersAndMemes { get; set; }

Property Value

bool

GiphyContentRating

Defines the Giphy content rating (strict or moderate)

TeamGiphyContentRating GiphyContentRating { get; set; }

Property Value

TeamGiphyContentRating