Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreatedContentTypeCollectionResult

    The result of creating a content type collection in the UI

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

    Properties

    View Source

    CollectionId

    Declaration
    [DataMember(Name = "collectionId")]
    public int CollectionId { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    ContainerId

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