Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Interface IPropertyBlock<T>

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

Namespace: EPiServer.SpecializedProperties
Assembly: EPiServer.dll
Version: 7.19.2
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