Interface IPropertyBlock<T>
Defines the signature for a property that is a block property.
Inherited Members
Namespace: EPiServer.SpecializedProperties
Assembly: EPiServer.dll
Version: 12.0.3Syntax
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>>)