Search Results for

    Show / Hide Table of Contents

    Class AreaNavigationEntity

    Entity description navigation

    Inheritance
    System.Object
    AreaNavigationEntity
    Namespace: PnP.Framework.Entities
    Assembly: PnP.Framework.dll
    Syntax
    public class AreaNavigationEntity : object

    Constructors

    AreaNavigationEntity()

    Default Constructor

    Declaration
    public AreaNavigationEntity()

    Properties

    AddNewPagesToNavigation

    Defines if new pages should be added to navigation when using managed metadata navigation

    Declaration
    public Boolean AddNewPagesToNavigation { get; set; }
    Property Value
    Boolean

    CreateFriendlyUrlsForNewPages

    Defines if friendly URLs should be created for new pages when using managed metadata navigation

    Declaration
    public Boolean CreateFriendlyUrlsForNewPages { get; set; }
    Property Value
    Boolean

    CurrentNavigation

    Specifies the Current Navigation (quick launch navigation)

    Declaration
    public StructuralNavigationEntity CurrentNavigation { get; set; }
    Property Value
    StructuralNavigationEntity

    GlobalNavigation

    Specifies the Global Navigation (top bar navigation)

    Declaration
    public StructuralNavigationEntity GlobalNavigation { get; set; }
    Property Value
    StructuralNavigationEntity

    SortAscending

    Defines if sorted ascending

    Declaration
    public Boolean SortAscending { get; set; }
    Property Value
    Boolean

    SortBy

    Defines sorted by value

    Declaration
    public StructuralNavigationSortBy SortBy { get; set; }
    Property Value
    StructuralNavigationSortBy

    Sorting

    Defines the sorting

    Declaration
    public StructuralNavigationSorting Sorting { get; set; }
    Property Value
    StructuralNavigationSorting

    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