Class BlockTypeReference
Represents a reference to a BlockType.
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.Guid | The block type id. |
Remarks
This id corresponds to property GUID on BlockType
ModelTypeString
Gets or sets the string representation Type from corresponding BlockType that this type corresponds to.
Declaration
public string ModelTypeString { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the block type type. |
Name
Gets or sets the name of the BlockType that this type corresponds to.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the block type. |