Table of Contents

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

systemName string

The item system name

fieldName string

The item field name

DropItemTable(string)

Delete item type table

public static void DropItemTable(string systemName)

Parameters

systemName string

The 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

systemName string

The item system name

Returns

IEnumerable<ItemTypeHealth>

GetItemTypeFieldsHealth()

Get a list of Item fields in the database that does not exist in ItemType definition files

public static IEnumerable<ItemTypeHealth> GetItemTypeFieldsHealth()

Returns

IEnumerable<ItemTypeHealth>

GetItemTypeTableHealth()

Get a list of Item tables in the database that does not exist in ItemType definition files

public static IEnumerable<ItemTypeHealth> GetItemTypeTableHealth()

Returns

IEnumerable<ItemTypeHealth>
To top