Class TeamFunSettings
The Fun Settings for the Team
Inherited Members
Namespace: PnP.Framework.Provisioning.Model.Teams
Assembly: PnP.Framework.dll
Syntax
public class TeamFunSettings : BaseModel, IProvisioningTemplateDescendant
Properties
AllowCustomMemes
Defines whether Custom Memes are consented or not
Declaration
public Boolean AllowCustomMemes { get; set; }
Property Value
Boolean
|
AllowGiphy
Defines whether Giphys are consented or not
Declaration
public Boolean AllowGiphy { get; set; }
Property Value
Boolean
|
AllowStickersAndMemes
Defines whether Stickers and Memes are consented or not
Declaration
public Boolean AllowStickersAndMemes { get; set; }
Property Value
Boolean
|
GiphyContentRating
Defines the Content Rating for Giphys
Declaration
public string GiphyContentRating { get; set; }
Property Value
System.String
|
Methods
Equals(TeamFunSettings)
Compares TeamFunSettings object based on AllowGiphy, GiphyContentRating, AllowStickersAndMemes, and AllowCustomMemes
Declaration
public bool Equals(TeamFunSettings other)
Parameters
TeamFunSettings
other
TeamFunSettings Class object |
Returns
System.Boolean
true if the TeamFunSettings object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with TeamFunSettings class
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents TeamFunSettings |
Returns
System.Boolean
Checks whether object is TeamFunSettings class |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |