Search Results for

    Show / Hide Table of Contents
    View Source

    Class DocumentUrlAliasRaw

    Raw alias data from a direct SQL query.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Persistence.Repositories
    Assembly: Umbraco.Core.dll
    Syntax
    public class DocumentUrlAliasRaw

    Constructors

    View Source

    DocumentUrlAliasRaw()

    Declaration
    public DocumentUrlAliasRaw()

    Properties

    View Source

    AliasValue

    Gets or sets the raw alias value (may be comma-separated).

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

    DocumentKey

    Gets or sets the document key.

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

    LanguageId

    Gets or sets the language ID (null for invariant).

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