Class ApplicationLifecycleManagement
Defines an ALM settings to provision
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class ApplicationLifecycleManagement : BaseModel, IProvisioningTemplateDescendant
Constructors
ApplicationLifecycleManagement()
Constructor for ApplicationLifecycleManagement class
Declaration
public ApplicationLifecycleManagement()
Properties
AppCatalog
Defines the AppCatalog settings for the current Site Collection
Declaration
public AppCatalog AppCatalog { get; }
Property Value
AppCatalog
|
Apps
Defines the Apps for the current Site Collection
Declaration
public AppCollection Apps { get; }
Property Value
AppCollection
|
Methods
Equals(ApplicationLifecycleManagement)
Compares ApplicationLifecycleManagement object based on AppCatalog, and Apps
Declaration
public bool Equals(ApplicationLifecycleManagement other)
Parameters
ApplicationLifecycleManagement
other
ApplicationLifecycleManagement Class object |
Returns
System.Boolean
true if the ApplicationLifecycleManagement object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with ApplicationLifecycleManagement class
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents ApplicationLifecycleManagement |
Returns
System.Boolean
Checks whether object is ApplicationLifecycleManagement class |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |