Interface IContentData
Describes an object where you can access it's properties through a PropertyDataCollection.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IContentData
Remarks
The collection of properties is only required to contain custom properties and can therefor be empty.
Meta data properties on any object is detected through interfaces such as IContent
Properties
Property
Gets a collection of all content properties in the IContentData.
Declaration
PropertyDataCollection Property { get; }
Property Value
Type | Description |
---|---|
PropertyDataCollection |
Extension Methods
EPiServer.Core.IContentExtensions.GetPropertyName<TContent>(TContent, System.Linq.Expressions.Expression<System.Func<TContent, System.Object>>)