Class SiteDesignGrant
Domain Object used to define a Site Design Right Grant
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class SiteDesignGrant : BaseModel, IProvisioningTemplateDescendant
Properties
Principal
Gets or sets the Principal for the SiteDesignGrant
Declaration
public string Principal { get; set; }
Property Value
System.
|
Right
Gets or sets the Right for the SiteDesignGrant
Declaration
public SiteDesignRight Right { get; set; }
Property Value
Methods
Equals(SiteDesignGrant)
Compares SiteDesignGrant object based on Principal, and Right properties.
Declaration
public bool Equals(SiteDesignGrant other)
Parameters
Site SiteDesignGrant object |
Returns
System. true if the SiteDesignGrant object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with SiteDesignGrant
Declaration
public override bool Equals(object obj)
Parameters
System. Object |
Returns
System. true if the current object is equal to the SiteDesignGrant |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System. Returns HashCode |