Class ManagedNavigation
Defines the Managed Navigation settings of a site
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class ManagedNavigation : BaseModel, IProvisioningTemplateDescendant
Defines the Managed Navigation settings of a site
public class ManagedNavigation : BaseModel, IProvisioningTemplateDescendant
Defines the TermSet ID for the Managed Navigation
public String TermSetId { get; set; }
|
String
|
Defines the TermStore ID for the Managed Navigation
public String TermStoreId { get; set; }
|
String
|
Compares ManagedNavigation object based on TermStoreId and TermSetId
public bool Equals(ManagedNavigation other)
|
ManagedNavigation
other
ManagedNavigation object |
|
System.Boolean
Returns true if it matches with id of termstore and termset |
Compares object with ManagedNavigation
public override bool Equals(object obj)
|
System.Object
obj
Object the represents ManagedNavigation |
|
System.Boolean
true if the current object is equal to the ManagedNavigation |
Gets the hash code
public override int GetHashCode()
|
System.Int32
Returns HashCode |