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