UIElementInfoProviderGetChildUIElements Method (Int32) |
Returns DataSet with child elements of the specified parent element.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax public static ObjectQuery<UIElementInfo> GetChildUIElements(
int parentElementId
)
Parameters
- parentElementId
- Type: SystemInt32
ID of the parent UIElement
Return Value
Type:
ObjectQueryUIElementInfoSee Also