Click or drag to resize
UIElementInfoProviderDeleteUIElementInfo Method (UIElementInfo)

Note: This API is now obsolete.

Deletes the specified UIElement.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IUIElementInfoProvider.Delete(UIElementInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - UIElementInfo.Provider.")]
public static void DeleteUIElementInfo(
	UIElementInfo infoObj
)

Parameters

infoObj
Type: CMS.ModulesUIElementInfo
UIElement object
See Also