Class BlockPropertyDefinitionType
Represents a property definition type for a property of type Block.
Inherited Members
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class BlockPropertyDefinitionType : PropertyDefinitionType, IReadOnly<PropertyDefinitionType>, IReadOnly
Constructors
BlockPropertyDefinitionType()
Initializes a new instance of the Block
Declaration
public BlockPropertyDefinitionType()
Properties
BlockType
Gets or sets the reference to the Block
Declaration
public BlockTypeReference BlockType { get; set; }
Property Value
Type | Description |
---|---|
Block |
The type of the block. |
DataType
The Property
Declaration
public override PropertyDataType DataType { get; set; }
Property Value
Type | Description |
---|---|
Property |
Will always be Block. |
Overrides
Remarks
The setter is only available for internal techical reasons. It should never be set to anything except Block.