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

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public static void SetUIElementChildCount(
	int elementId
)

Parameters

elementId
Type: SystemInt32
ID of the UIElement
See Also