Search Results for

    Show / Hide Table of Contents

    Class TeamGuestSettings

    The Guest Settings for the Team

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

    Properties

    AllowCreateUpdateChannels

    Defines whether Guests are allowed to create Channels or not

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

    AllowDeleteChannels

    Defines whether Guests are allowed to delete Channels or not

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

    Methods

    Equals(TeamGuestSettings)

    Compares TeamGuestSettings object based on AllowGiphy, GiphyContentRating, AllowStickersAndMemes, and AllowCustomMemes

    Declaration
    public bool Equals(TeamGuestSettings other)
    Parameters
    TeamGuestSettings other

    TeamGuestSettings Class object

    Returns
    System.Boolean

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

    Equals(Object)

    Compares object with TeamGuestSettings class

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

    Object that represents TeamGuestSettings

    Returns
    System.Boolean

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