Search Results for

    Show / Hide Table of Contents

    Class TeamApp

    Defines an TeamApp for automated provisiong of Microsoft Teams

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

    Properties

    AppId

    Unique ID - from PnP perspective - for the App, defined for further reference in the Provisioning Template

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

    PackageUrl

    The URL or path for the Teams App package

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

    Methods

    Equals(TeamApp)

    Compares TeamApp object based on AppId, and PackageUrl

    Declaration
    public bool Equals(TeamApp other)
    Parameters
    TeamApp other

    TeamApp Class object

    Returns
    System.Boolean

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

    Equals(Object)

    Compares object with TeamApp class

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

    Object that represents TeamApp

    Returns
    System.Boolean

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