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