Interface ITeamFunSettings
Public interface to define the fun settings for a Team
Inherited Members
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public interface ITeamFunSettings : IDataModel<ITeamFunSettings>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamFunSettings>
Properties
AllowCustomMemes
Defines whether the custom memes are allowed in the Team
Declaration
bool AllowCustomMemes { get; set; }
Property Value
System.Boolean
|
AllowGiphy
Defines whether the Giphy are allowed in the Team
Declaration
bool AllowGiphy { get; set; }
Property Value
System.Boolean
|
AllowStickersAndMemes
Defines whether the stickers and meme are allowed in the Team
Declaration
bool AllowStickersAndMemes { get; set; }
Property Value
System.Boolean
|
GiphyContentRating
Defines the Giphy content rating (strict or moderate)
Declaration
TeamGiphyContentRating GiphyContentRating { get; set; }
Property Value
TeamGiphyContentRating
|