Try our conversational search powered by Generative AI!

Interface IPropertyBlock<T>

Defines the signature for a property that is a block property.

Namespace: EPiServer.SpecializedProperties
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IPropertyBlock<T> : IPropertyBlock, IContentData where T : BlockData
Type Parameters
Name Description
T

Properties

Block

Gets or sets the type inheriting BlockData for the instance.

Declaration
T Block { get; set; }
Property Value
Type Description
T

The block.

Extension Methods

EPiServer.Core.IContentExtensions.GetPropertyName<TContent>(TContent, System.Linq.Expressions.Expression<System.Func<TContent, System.Object>>)