Table of Contents

Interface ICmsBlock

Namespace
ToSic.Sxc.Context
Assembly
ToSic.Sxc.dll
[PublicApi]
public interface ICmsBlock : IHasMetadata
Inherited Members

Properties

Id

The ID of this Block

int Id { get; }

Property Value

int

IsRoot

Determines if this is the root block. Will be true in most cases, but false on inner-content

bool IsRoot { get; }

Property Value

bool