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

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

Parameters

elementId
Type: SystemInt32
ID of the UIElement
See Also