UIElementInfoProviderGetUIElementInfoInternal Method (Int32, String) |
Returns the UIElement info object.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax protected virtual UIElementInfo GetUIElementInfoInternal(
int resourceId,
string elementName
)
Parameters
- resourceId
- Type: SystemInt32
ID of the resource (module) - elementName
- Type: SystemString
Codename of the UIElement to retrieve
Return Value
Type:
UIElementInfoSee Also