UIElementInfoProviderGetChildUIElement Method |
Returns dataset with child elements filtered by additional condition
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 10.0.0
Syntax public static UIElementInfo GetChildUIElement(
int parentElementID,
string additionalWhere
)
Parameters
- parentElementID
- Type: SystemInt32
Parent element ID - additionalWhere
- Type: SystemString
Additional where condition
Return Value
Type:
UIElementInfoSee Also