Search Results for

    Show / Hide Table of Contents
    View Source

    Class ObjectType

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "objectType", Namespace = "")]
    public class ObjectType

    Properties

    View Source

    Id

    Declaration
    [DataMember(Name = "id")]
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Name

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