Class ProvisioningTermStore
Defines a Term Store to provision through a Sequence, optional element.
Inheritance
System.Object
ProvisioningTermStore
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class ProvisioningTermStore : IEquatable<ProvisioningTermStore>
Constructors
ProvisioningTermStore()
Declaration
public ProvisioningTermStore()
Properties
TermGroups
Gets a collection of termgroups to deploy
Declaration
public TermGroupCollection TermGroups { get; }
Property Value
TermGroupCollection
|
Methods
Equals(ProvisioningTermStore)
Compares TermStore object based on its properties
Declaration
public bool Equals(ProvisioningTermStore other)
Parameters
ProvisioningTermStore
other
TermStore object |
Returns
System.Boolean
true if the TermStore object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with TermStore
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents TermStore |
Returns
System.Boolean
true if the current object is equal to the TermStore |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |