Class TeamGuestSettings
The Guest Settings for the Team
Inherited Members
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 |