Class ItemTypeHealthHelper
- Namespace
- Dynamicweb.Content.Items.Health
- Assembly
- Dynamicweb.dll
public static class ItemTypeHealthHelper
- Inheritance
-
ItemTypeHealthHelper
- Inherited Members
Methods
DropItemColumn(string, string)
Delete the column from item type table
public static void DropItemColumn(string systemName, string fieldName)
Parameters
DropItemTable(string)
Delete item type table
public static void DropItemTable(string systemName)
Parameters
systemNamestringThe item system name
GetItemTypeColumnsHealth(string)
Get a list of Item fields that does not exist in ItemType definition files
public static IEnumerable<ItemTypeHealth> GetItemTypeColumnsHealth(string systemName)
Parameters
systemNamestringThe item system name
Returns
GetItemTypeFieldsHealth()
Get a list of Item fields in the database that does not exist in ItemType definition files
public static IEnumerable<ItemTypeHealth> GetItemTypeFieldsHealth()
Returns
GetItemTypeTableHealth()
Get a list of Item tables in the database that does not exist in ItemType definition files
public static IEnumerable<ItemTypeHealth> GetItemTypeTableHealth()