Search Results for

    Show / Hide Table of Contents

    Class IvItemRange

    Inheritance
    System.Object
    IvItemRange
    Namespace: ImageVault.EPiServer.UI.Stores
    Assembly: ImageVault.EPiServer.UI.dll
    Syntax
    public class IvItemRange : Object

    Constructors

    IvItemRange()

    Declaration
    public IvItemRange()

    Properties

    End

    Declaration
    public Nullable<int> End { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Start

    Declaration
    public Nullable<int> Start { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Total

    Declaration
    public Nullable<int> Total { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Methods

    AddHeaderTo(HttpResponse)

    Declaration
    public void AddHeaderTo(HttpResponse httpResponse)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Http.HttpResponse httpResponse

    ReadHeaderFrom(HttpRequest)

    Declaration
    public static IvItemRange ReadHeaderFrom(HttpRequest httpRequest)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Http.HttpRequest httpRequest
    Returns
    Type Description
    IvItemRange
    In This Article
    Back to top (c) Meriworks 2002-2022