UIElementInfoProvider.GetChildUIElements Method (Int32, String) |
Returns DataSet with child elements of the specified parent element.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntaxpublic static InfoDataSet<UIElementInfo> GetChildUIElements(
int parentElementId,
string columns
)
Parameters
- parentElementId
- Type: System.Int32
ID of the parent UIElement - columns
- Type: System.String
Data columns to return
Return Value
Type:
InfoDataSet<UIElementInfo>
See Also