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 SourceContentPropertyCollectionDto()
Declaration
public ContentPropertyCollectionDto()
Properties
View SourceProperties
Declaration
public IEnumerable<ContentPropertyDto> Properties { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<ContentPropertyDto> |