Click or drag to resize
UIElementInfoProvider.SetUIElementChildCountInternal Method
Sets correct ElementChildCount to the specified UIElement.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 11.0.0
Syntax
C#
protected virtual void SetUIElementChildCountInternal(
	int elementId
)

Parameters

elementId
Type: System.Int32
ID of the UIElement
See Also