Search Results for

    Show / Hide Table of Contents
    View Source

    Class RepositoryCacheVersionDto

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    [TableName("umbracoRepositoryCacheVersion")]
    [PrimaryKey("identifier", AutoIncrement = false)]
    [ExplicitColumns]
    public class RepositoryCacheVersionDto

    Properties

    View Source

    Identifier

    Declaration
    [Column("identifier")]
    [Length(256)]
    [PrimaryKeyColumn(Name = "PK_umbracoRepositoryCacheVersion", AutoIncrement = false, Clustered = true)]
    public required string Identifier { get; set; }
    Property Value
    Type Description
    string
    View Source

    Version

    Declaration
    [Column("version")]
    [Length(256)]
    public string? Version { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX