Search Results for

    Show / Hide Table of Contents

    Class TeamFunSettings

    The Fun Settings for the Team

    Inheritance
    System.Object
    BaseModel
    TeamFunSettings
    Inherited Members
    BaseModel.ParentTemplate
    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

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer