UIElementInfoProviderGetResourceUIElementsInternal Method |
Returns DataSet with child elements of the specified resource element.
Only first level will be returned.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 10.0.0
Syntax protected virtual InfoDataSet<UIElementInfo> GetResourceUIElementsInternal(
int resourceId
)
Parameters
- resourceId
- Type: SystemInt32
ID of the resource
Return Value
Type:
InfoDataSetUIElementInfoSee Also