Interface IPropertyBlock
Untyped signature of IPropertyBlock
Inherited Members
Namespace: EPiServer.SpecializedProperties
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IPropertyBlock : IContentData
Properties
Block
Gets or sets the Block
Declaration
BlockData Block { get; set; }
Property Value
Type | Description |
---|---|
Block |
The block. |
BlockPropertyDefinitionTypeID
Gets the ID for the Block
Declaration
int BlockPropertyDefinitionTypeID { get; set; }
Property Value
Type | Description |
---|---|
System. |
The block property definition type ID. |
Remarks
This is mainly used for Dynamic Blocks. For Content
BlockType
Gets the type of the block
Declaration
Type BlockType { get; }
Property Value
Type | Description |
---|---|
System. |
The type of the block. |
Remarks
Type must inherit Block
Extension Methods
EPiServer.Core.IContentExtensions.GetPropertyName<TContent>(TContent, System.Linq.Expressions.Expression<System.Func<TContent, System.Object>>)