Click or drag to resize
UIElementInfoProviderDeleteUIElementInfo Method (UIElementInfo)
Deletes the specified UIElement.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
public static void DeleteUIElementInfo(
	UIElementInfo infoObj
)

Parameters

infoObj
Type: CMS.ModulesUIElementInfo
UIElement object
See Also