Search Results for

    Show / Hide Table of Contents

    Class ManagedNavigation

    Defines the Managed Navigation settings of a site

    Inheritance
    System.Object
    BaseModel
    ManagedNavigation
    Inherited Members
    BaseModel.ParentTemplate
    Namespace: PnP.Framework.Provisioning.Model
    Assembly: PnP.Framework.dll
    Syntax
    public class ManagedNavigation : BaseModel, IProvisioningTemplateDescendant

    Properties

    TermSetId

    Defines the TermSet ID for the Managed Navigation

    Declaration
    public String TermSetId { get; set; }
    Property Value
    String

    TermStoreId

    Defines the TermStore ID for the Managed Navigation

    Declaration
    public String TermStoreId { get; set; }
    Property Value
    String

    Methods

    Equals(ManagedNavigation)

    Compares ManagedNavigation object based on TermStoreId and TermSetId

    Declaration
    public bool Equals(ManagedNavigation other)
    Parameters
    ManagedNavigation other

    ManagedNavigation object

    Returns
    System.Boolean

    Returns true if it matches with id of termstore and termset

    Equals(Object)

    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

    GetHashCode()

    Gets the hash code

    Declaration
    public override int GetHashCode()
    Returns
    System.Int32

    Returns HashCode

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer