London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class BlockTypeTransferObject

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Transfer object used to serialize BlockType into import/export package.

Inheritance
System.Object
BlockTypeTransferObject
Namespace: EPiServer.Core.Transfer.Internal
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public class BlockTypeTransferObject : ContentTypeTransferObject

Constructors

BlockTypeTransferObject()

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the BlockTypeTransferObject class.

Declaration
public BlockTypeTransferObject()

BlockTypeTransferObject(BlockType)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the BlockTypeTransferObject class.

Declaration
public BlockTypeTransferObject(BlockType blockType)
Parameters
Type Name Description
BlockType blockType

Type of the block.

Methods

CreateInstance()

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Creates the instance.

Declaration
protected override ContentType CreateInstance()
Returns
Type Description
ContentType
Overrides

Extension Methods