Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyTypeContainerModelBase

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.ContentType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public abstract class PropertyTypeContainerModelBase

    Properties

    View Source

    Id

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

    Name

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

    Parent

    Declaration
    public ReferenceByIdModel Parent { get; set; }
    Property Value
    Type Description
    ReferenceByIdModel
    View Source

    SortOrder

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

    Type

    Declaration
    [Required]
    public string Type { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Id
      • Name
      • Parent
      • SortOrder
      • Type
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX