Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentPropertyCollectionDto

    Used to map property values when saving content/media/members

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentPropertyCollectionDto : IContentProperties<ContentPropertyDto>
    Remarks

    This is only used during mapping operations, it is not used for angular purposes

    Constructors

    View Source

    ContentPropertyCollectionDto()

    Declaration
    public ContentPropertyCollectionDto()

    Properties

    View Source

    Properties

    Declaration
    public IEnumerable<ContentPropertyDto> Properties { get; set; }
    Property Value
    Type Description
    IEnumerable<ContentPropertyDto>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentPropertyCollectionDto()
    • Properties
      • Properties
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX