Class BlockTypeTransferObject
Transfer object used to serialize Block
Inherited Members
Namespace: EPiServer.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class BlockTypeTransferObject : ContentTypeTransferObject
Constructors
BlockTypeTransferObject()
Initializes a new instance of the Block
Declaration
public BlockTypeTransferObject()
BlockTypeTransferObject(BlockType)
Initializes a new instance of the Block
Declaration
public BlockTypeTransferObject(BlockType blockType)
Parameters
Type | Name | Description |
---|---|---|
Block |
blockType | Type of the block. |
Methods
CreateInstance()
Creates the instance.
Declaration
protected override ContentType CreateInstance()
Returns
Type | Description |
---|---|
Content |