Class BlockTypeTransferObject
Transfer object used to serialize BlockType into import/export package.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core.Transfer
Assembly: EPiServer.dll
Version: 9.12.2Syntax
public class BlockTypeTransferObject : ContentTypeTransferObject
Constructors
BlockTypeTransferObject()
Initializes a new instance of the BlockTypeTransferObject class.
Declaration
public BlockTypeTransferObject()
BlockTypeTransferObject(BlockType)
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()
Creates the instance.
Declaration
protected override ContentType CreateInstance()
Returns
Type | Description |
---|---|
ContentType |