Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentSortOrder

    A model representing a new sort order for a content/media item

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentSortOrder : object

    Properties

    View Source

    IdSortOrder

    An array of integer Ids representing the sort order

    Declaration
    public int[] IdSortOrder { get; set; }
    Property Value
    Type Description
    System.Int32[]
    Remarks

    Of course all of these Ids should be at the same level in the hierarchy!!

    View Source

    ParentId

    The parent Id of the nodes being sorted

    Declaration
    public int ParentId { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX