Search Results for

    Show / Hide Table of Contents

    Enum MediaItemSortOrders

    Defines the sortorder for a list of media items

    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public enum MediaItemSortOrders

    Fields

    Name Description
    DateAdded

    Sorts by date added in an ascending order

    DateAddedDecending

    Sorts by date added in a descending order

    MediaItemId

    Sorts by the MediaItemId field in an ascending order

    MediaItemIdDescending

    Sorts by the MediaItemId field in a Descending order

    Name

    Sorts by name in an ascending order

    NameDecending

    Sorts by name in a descending order

    None

    items are not sorted

    Extension Methods

    EnumExtensions.GetName()
    EnumExtensions.GetNames<MediaItemSortOrders>()
    EnumExtensions.GetAttribute<TAttribute>()
    In This Article
    Back to top (c) Meriworks 2002-2022