Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentRedirectUrl

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "contentRedirectUrl", Namespace = "")]
    public class ContentRedirectUrl

    Properties

    View Source

    ContentId

    Declaration
    [DataMember(Name = "contentId")]
    public int ContentId { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    CreateDateUtc

    Declaration
    [DataMember(Name = "createDateUtc")]
    public DateTime CreateDateUtc { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    Culture

    Declaration
    [DataMember(Name = "culture")]
    public string Culture { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    DestinationUrl

    Declaration
    [DataMember(Name = "destinationUrl")]
    public string DestinationUrl { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    OriginalUrl

    Declaration
    [DataMember(Name = "originalUrl")]
    public string OriginalUrl { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    RedirectId

    Declaration
    [DataMember(Name = "redirectId")]
    public Guid RedirectId { get; set; }
    Property Value
    Type Description
    Guid
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentId
      • CreateDateUtc
      • Culture
      • DestinationUrl
      • OriginalUrl
      • RedirectId
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX