Class BaseNavigationKind
Base abstract class for the navigation kinds (global or current)
Inheritance
System.Object
BaseNavigationKind
Assembly: PnP.Framework.dll
Syntax
public abstract class BaseNavigationKind : BaseModel, IProvisioningTemplateDescendant
Constructors
Constructor for BaseNavigationKind class
Declaration
public BaseNavigationKind()
Constructor for BaseNavigationKind class
Declaration
public BaseNavigationKind(StructuralNavigation structuralNavigation = null, ManagedNavigation managedNavigation = null)
Parameters
Properties
Defines the Managed Navigation settings of the site
Declaration
public ManagedNavigation ManagedNavigation { get; }
Property Value
Defines the Structural Navigation settings of the site
Declaration
public StructuralNavigation StructuralNavigation { get; }
Property Value
Methods
Compares BaseNavigationKind object based on StructuralNavigation and ManagedNavigation
Declaration
public bool Equals(BaseNavigationKind other)
Parameters
Returns
System.Boolean
true if the BaseNavigationKind object is equal to the current object; otherwise, false.
|
Compares object with BaseNavigationKind
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents BaseNavigationKind
|
Returns
System.Boolean
true if the current object is equal to the BaseNavigationKind
|
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode
|
Extension Methods