Interface IContentProperties<T>
Namespace: Umbraco.Web.Models.ContentEditing
Assembly: Umbraco.Web.dll
Syntax
public interface IContentProperties<T>
where T : ContentPropertyBasic
Type Parameters
Name | Description |
---|---|
T |
Properties
View SourceProperties
Declaration
IEnumerable<T> Properties { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T> |