Class AppCatalog
Defines the AppCatalog packages to provision
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class AppCatalog : BaseModel, IProvisioningTemplateDescendant
Constructors
AppCatalog()
Default constructor
Declaration
public AppCatalog()
AppCatalog(PackageCollection)
Custom constructor
Declaration
public AppCatalog(PackageCollection packages)
Parameters
Package
|
Properties
Packages
Defines the AppCatalog settings to provision
Declaration
public PackageCollection Packages { get; }
Property Value
Methods
Equals(AppCatalog)
Compares AppCatalog object based on Packages properties.
Declaration
public bool Equals(AppCatalog other)
Parameters
App AppCatalog object |
Returns
System. true if the AppCatalog object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with AppCatalog
Declaration
public override bool Equals(object obj)
Parameters
System. Object that represents AppCatalog |
Returns
System. true if the current object is equal to the AppCatalog |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System. Returns HashCode |