Search Results for

    Show / Hide Table of Contents
    View Source

    Class RedirectUrlSearchResult

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

    Properties

    View Source

    CurrentPage

    Declaration
    public int CurrentPage { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    PageCount

    Declaration
    public int PageCount { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    SearchResults

    Declaration
    public IEnumerable<ContentRedirectUrl> SearchResults { get; set; }
    Property Value
    Type Description
    IEnumerable<ContentRedirectUrl>
    View Source

    TotalCount

    Declaration
    public long TotalCount { get; set; }
    Property Value
    Type Description
    System.Int64
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • CurrentPage
      • PageCount
      • SearchResults
      • TotalCount
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX