Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Interface IContentData

Describes an object where you can access it's properties through a PropertyDataCollection.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
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>>)