Search Results for

    Show / Hide Table of Contents
    View Source

    Class DocumentUrlDto

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class DocumentUrlDto

    Fields

    View Source

    TableName

    Declaration
    public const string TableName = "umbracoDocumentUrl"
    Field Value
    Type Description
    System.String

    Properties

    View Source

    IsDraft

    Declaration
    public bool IsDraft { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    IsPrimary

    Declaration
    public bool IsPrimary { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    LanguageId

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

    NodeId

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

    UniqueId

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

    UrlSegment

    Declaration
    public string UrlSegment { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • TableName
    • Properties
      • IsDraft
      • IsPrimary
      • LanguageId
      • NodeId
      • UniqueId
      • UrlSegment
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX