Search Results for

    Show / Hide Table of Contents
    View Source

    Class PublishedDocumentUrlAlias

    Represents a URL alias for a published document.

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

    Constructors

    View Source

    PublishedDocumentUrlAlias()

    Declaration
    public PublishedDocumentUrlAlias()

    Properties

    View Source

    Alias

    Gets or sets the normalized URL alias (lowercase, no leading slash).

    Declaration
    public required string Alias { get; set; }
    Property Value
    Type Description
    string
    View Source

    DocumentKey

    Gets or sets the document key.

    Declaration
    public required Guid DocumentKey { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    LanguageId

    Gets or sets the language Id. NULL indicates invariant content (not language-specific).

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