Search Results for

    Show / Hide Table of Contents

    Class TeamTemplate

    Defines a Team Template for automated provisiong of Microsoft Teams

    Inheritance
    System.Object
    BaseModel
    BaseTeam
    TeamTemplate
    Inherited Members
    BaseTeam.DisplayName
    BaseTeam.Description
    BaseTeam.Classification
    BaseTeam.Visibility
    BaseTeam.Photo
    BaseTeam.HiddenGroupMembershipEnabled
    BaseTeam.Equals(BaseTeam)
    BaseModel.ParentTemplate
    Namespace: PnP.Framework.Provisioning.Model.Teams
    Assembly: PnP.Framework.dll
    Syntax
    public class TeamTemplate : BaseTeam, IProvisioningTemplateDescendant

    Properties

    JsonTemplate

    The JSON content of the Team Template

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

    Methods

    Equals(TeamTemplate)

    Compares TeamTemplate object based on JsonTemplate

    Declaration
    public bool Equals(TeamTemplate other)
    Parameters
    TeamTemplate other

    TeamTemplate Class object

    Returns
    System.Boolean

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

    Equals(Object)

    Compares object with TeamTemplate class

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

    Object that represents TeamTemplate

    Returns
    System.Boolean

    Checks whether object is TeamTemplate class

    Overrides
    BaseTeam.Equals(Object)

    GetHashCode()

    Gets the hash code

    Declaration
    public override int GetHashCode()
    Returns
    System.Int32

    Returns HashCode

    Overrides
    BaseTeam.GetHashCode()

    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