Search Results for

    Show / Hide Table of Contents

    Interface ITeamMembersSettings

    Public interface to define the memebers settings for a Team

    Inherited Members
    IDataModel<ITeamMembersSettings>.Requested
    IDataModel<ITeamMembersSettings>.HasValue(String)
    IDataModel<ITeamMembersSettings>.HasChanged(String)
    IDataModel<ITeamMembersSettings>.IsPropertyAvailable(Expression<Func<ITeamMembersSettings, Object>>)
    IDataModel<ITeamMembersSettings>.ArePropertiesAvailable(Expression<Func<ITeamMembersSettings, Object>>[])
    IDataModel<ITeamMembersSettings>.EnsureProperties(Expression<Func<ITeamMembersSettings, Object>>[])
    IDataModel<ITeamMembersSettings>.EnsurePropertiesAsync(Expression<Func<ITeamMembersSettings, Object>>[])
    IDataModel<ITeamMembersSettings>.ExecuteRequestAsync(ApiRequest)
    IDataModel<ITeamMembersSettings>.ExecuteRequest(ApiRequest)
    IDataModel<ITeamMembersSettings>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<ITeamMembersSettings>.ExecuteRequestBatch(ApiRequest)
    IDataModel<ITeamMembersSettings>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<ITeamMembersSettings>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public interface ITeamMembersSettings : IDataModel<ITeamMembersSettings>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamMembersSettings>

    Properties

    AllowAddRemoveApps

    Defines whether the team members can add or remove apps

    Declaration
    bool AllowAddRemoveApps { get; set; }
    Property Value
    System.Boolean

    AllowCreatePrivateChannels

    Defines whether the team members can create private channels

    Declaration
    bool AllowCreatePrivateChannels { get; set; }
    Property Value
    System.Boolean

    AllowCreateUpdateChannels

    Defines whether the team members can update channels

    Declaration
    bool AllowCreateUpdateChannels { get; set; }
    Property Value
    System.Boolean

    AllowCreateUpdateRemoveConnectors

    Defines whether the team members can create, update, or remove connectors

    Declaration
    bool AllowCreateUpdateRemoveConnectors { get; set; }
    Property Value
    System.Boolean

    AllowCreateUpdateRemoveTabs

    Defines whether the team members can update or remove tabs

    Declaration
    bool AllowCreateUpdateRemoveTabs { get; set; }
    Property Value
    System.Boolean

    AllowDeleteChannels

    Defines whether the team members can delete channels

    Declaration
    bool AllowDeleteChannels { get; set; }
    Property Value
    System.Boolean

    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