Class ItemTypeHealth
- Namespace
- Dynamicweb.Content.Items.Health
- Assembly
- Dynamicweb.dll
The class to stores Item fields and tables in the database that does not exist in ItemType definition files
public sealed class ItemTypeHealth
- Inheritance
-
ItemTypeHealth
- Inherited Members
Properties
ExistsInMeta
Item definition exists in a metadata
public bool ExistsInMeta { get; init; }
Property Value
ExistsInSchema
Item definition exists in a database schema
public bool ExistsInSchema { get; init; }
Property Value
ItemFieldSystemName
The item field system name
public string? ItemFieldSystemName { get; init; }
Property Value
ItemTypeSystemName
The item type system name
public required string ItemTypeSystemName { get; init; }