Click or drag to resize
TableManagerRefreshCustomViews Method
Refreshes all database views which should contain all columns of the specified system table (cms_user, cms_usersettings, com_sku, newsletter_subscriber, community_group). You need to call this method after the column of that system table is added or removed.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public void RefreshCustomViews(
	string tableName
)

Parameters

tableName
Type: SystemString
System table name
See Also