SaaS CMS has officially launched! Learn more now.

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