Class Block
Represents a block content type.
Inheritance
System.Object
Block
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:Contentful.Core.Models
Assembly:cs.temp.dll.dll
Syntax
public class Block : IContent
Properties
Data
The data of the block.
Declaration
public BlockData Data { get; set; }
Property Value
Type | Description |
---|---|
BlockData |
NodeType
The type of node.
Declaration
public string NodeType { get; set; }
Property Value
Type | Description |
---|---|
System.String |