Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateContentTypeRequestModelBase<TPropertyType, TPropertyTypeContainer>

    Inheritance
    System.Object
    ContentTypeModelBase<TPropertyType, TPropertyTypeContainer>
    Namespace: Umbraco.Cms.Api.Management.ViewModels.ContentType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public abstract class CreateContentTypeRequestModelBase<TPropertyType, TPropertyTypeContainer> : ContentTypeModelBase<TPropertyType, TPropertyTypeContainer> where TPropertyType : PropertyTypeModelBase where TPropertyTypeContainer : PropertyTypeContainerModelBase
    Type Parameters
    Name Description
    TPropertyType
    TPropertyTypeContainer

    Properties

    View Source

    Id

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