Class BlockTypeReference
Represents a reference to a Block
Inheritance
System.Object
BlockTypeReference
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class BlockTypeReference : Object
Constructors
BlockTypeReference()
Declaration
public BlockTypeReference()
Properties
GUID
Gets or sets the Guid based block type id.
Declaration
public Guid GUID { get; set; }
Property Value
Type | Description |
---|---|
System. |
The block type id. |
Remarks
This id corresponds to property GUID on Block
ModelTypeString
Gets or sets the string representation Type from corresponding Block
Declaration
public string ModelTypeString { get; set; }
Property Value
Type | Description |
---|---|
System. |
The name of the block type type. |
Name
Gets or sets the name of the Block
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
The name of the block type. |