Search Results for

    Show / Hide Table of Contents
    View Source

    Class SortingModel

    Represents a model for sorting content items.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public class SortingModel

    Constructors

    View Source

    SortingModel()

    Declaration
    public SortingModel()

    Properties

    View Source

    Key

    Gets the unique key of the content item to sort.

    Declaration
    public required Guid Key { get; init; }
    Property Value
    Type Description
    Guid
    View Source

    SortOrder

    Gets the sort order position for the content item.

    Declaration
    public required int SortOrder { get; init; }
    Property Value
    Type Description
    int
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX