Search Results for

    Show / Hide Table of Contents
    View Source

    Class EntityImportAnalysisResponseModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Import
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class EntityImportAnalysisResponseModel

    Properties

    View Source

    Alias

    Declaration
    public string Alias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    EntityType

    Declaration
    public string EntityType { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Key

    Declaration
    public Guid? Key { get; set; }
    Property Value
    Type Description
    System.Nullable<Guid>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • EntityType
      • Key
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX