Search Results for

    Show / Hide Table of Contents

    Interface ITeamFunSettings

    Public interface to define the fun settings for a Team

    Inherited Members
    IDataModel<ITeamFunSettings>.Requested
    IDataModel<ITeamFunSettings>.HasValue(String)
    IDataModel<ITeamFunSettings>.HasChanged(String)
    IDataModel<ITeamFunSettings>.IsPropertyAvailable(Expression<Func<ITeamFunSettings, Object>>)
    IDataModel<ITeamFunSettings>.ArePropertiesAvailable(Expression<Func<ITeamFunSettings, Object>>[])
    IDataModel<ITeamFunSettings>.EnsureProperties(Expression<Func<ITeamFunSettings, Object>>[])
    IDataModel<ITeamFunSettings>.EnsurePropertiesAsync(Expression<Func<ITeamFunSettings, Object>>[])
    IDataModel<ITeamFunSettings>.ExecuteRequestAsync(ApiRequest)
    IDataModel<ITeamFunSettings>.ExecuteRequest(ApiRequest)
    IDataModel<ITeamFunSettings>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<ITeamFunSettings>.ExecuteRequestBatch(ApiRequest)
    IDataModel<ITeamFunSettings>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<ITeamFunSettings>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    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

    Extension Methods

    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<String, String>, Action<Dictionary<String, String>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<String, String>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer