Search Results for

    Show / Hide Table of Contents

    Class BaseTeam

    Base abstract class for Team and TeamTemplate types

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

    Properties

    Classification

    The Classification for the Team

    Declaration
    public String Classification { get; set; }
    Property Value
    String

    Description

    The Description of the Team

    Declaration
    public String Description { get; set; }
    Property Value
    String

    DisplayName

    The Display Name of the Team

    Declaration
    public String DisplayName { get; set; }
    Property Value
    String

    HiddenGroupMembershipEnabled

    Specifies whether to hide the members of the Microsoft 365 Group from users who aren't members of the group, optional attribute

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

    Photo

    The Photo for the Team

    Declaration
    public String Photo { get; set; }
    Property Value
    String

    Visibility

    The Visibility for the Team

    Declaration
    public TeamVisibility? Visibility { get; set; }
    Property Value
    System.Nullable<TeamVisibility>

    Methods

    Equals(BaseTeam)

    Compares BaseTeam object based on DisplayName, Description, Classification, Visibility, Photo, and HiddenGroupMembershipEnabled

    Declaration
    public bool Equals(BaseTeam other)
    Parameters
    BaseTeam other

    BaseTeam Class object

    Returns
    System.Boolean

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

    Equals(Object)

    Compares object with BaseTeam class

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

    Object that represents BaseTeam

    Returns
    System.Boolean

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