Class CurrentNavigation
The Current Navigation settings for the Provisioning Template
Inheritance
System.Object
CurrentNavigation
Assembly: PnP.Framework.dll
Syntax
public class CurrentNavigation : BaseNavigationKind, IProvisioningTemplateDescendant
Constructors
Constructor for CurrentNavigation class
Declaration
public CurrentNavigation()
Constructor for CurrentNavigation class
Declaration
public CurrentNavigation(CurrentNavigationType navigationType, StructuralNavigation structuralNavigation = null, ManagedNavigation managedNavigation = null)
Parameters
Properties
Defines the type of Current Navigation
Declaration
public CurrentNavigationType NavigationType { get; set; }
Property Value
Methods
Compares CurrentNavigation object based on BaseNavigationKind and NavigationType.
Declaration
public bool Equals(CurrentNavigation other)
Parameters
Returns
System.Boolean
true if the CurrentNavigation object is equal to the current object; otherwise, false.
|
Compares object with CurrentNavigation
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents CurrentNavigation
|
Returns
System.Boolean
true if the current object is equal to the CurrentNavigation
|
Overrides
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode
|
Overrides
Extension Methods