Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeImportModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "contentTypeImportModel")]
    public class ContentTypeImportModel : INotificationModel

    Properties

    View Source

    Alias

    Declaration
    [DataMember(Name = "alias")]
    public string Alias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Name

    Declaration
    [DataMember(Name = "name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Notifications

    Declaration
    [DataMember(Name = "notifications")]
    public List<BackOfficeNotification> Notifications { get; }
    Property Value
    Type Description
    List<BackOfficeNotification>
    View Source

    TempFileName

    Declaration
    [DataMember(Name = "tempFileName")]
    public string TempFileName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • Name
      • Notifications
      • TempFileName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX