Search Results for

    Show / Hide Table of Contents

    Class TeamMemberSettings

    The Members Settings for the Team

    Inheritance
    System.Object
    BaseModel
    TeamMemberSettings
    Inherited Members
    BaseModel.ParentTemplate
    Namespace: PnP.Framework.Provisioning.Model.Teams
    Assembly: PnP.Framework.dll
    Syntax
    public class TeamMemberSettings : BaseModel, IProvisioningTemplateDescendant

    Properties

    AllowAddRemoveApps

    Defines if members can add and remove apps

    Declaration
    public Boolean AllowAddRemoveApps { get; set; }
    Property Value
    Boolean

    AllowCreatePrivateChannels

    Defines if members can create private channels

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

    AllowCreateUpdateChannels

    Defines if members can add and update channels

    Declaration
    public Boolean AllowCreateUpdateChannels { get; set; }
    Property Value
    Boolean

    AllowCreateUpdateRemoveConnectors

    Defines if members can add, update, and remove connectors

    Declaration
    public Boolean AllowCreateUpdateRemoveConnectors { get; set; }
    Property Value
    Boolean

    AllowCreateUpdateRemoveTabs

    Defines if members can add, update, and remove tabs

    Declaration
    public Boolean AllowCreateUpdateRemoveTabs { get; set; }
    Property Value
    Boolean

    AllowDeleteChannels

    Defines if members can delete channels

    Declaration
    public Boolean AllowDeleteChannels { get; set; }
    Property Value
    Boolean

    Methods

    Equals(TeamMemberSettings)

    Compares TeamFunSettings object based on AllowCreateUpdateChannels, AllowDeleteChannels, AllowAddRemoveApps, AllowCreateUpdateRemoveTabs, and AllowCreateUpdateRemoveConnectors

    Declaration
    public bool Equals(TeamMemberSettings other)
    Parameters
    TeamMemberSettings other

    TeamMemberSettings Class object

    Returns
    System.Boolean

    true if the TeamMemberSettings object is equal to the current object; otherwise, false.

    Equals(Object)

    Compares object with TeamMemberSettings class

    Declaration
    public override bool Equals(object obj)
    Parameters
    System.Object obj

    Object that represents TeamMemberSettings

    Returns
    System.Boolean

    Checks whether object is TeamMemberSettings 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