| UIElementInfoProviderGetUIElementInfoInternal Method (String, String) | 
            Returns the UIElement info object.
            
 
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 10.0.0
 Syntax
Syntaxprotected virtual UIElementInfo GetUIElementInfoInternal(
	string resourceName,
	string elementName
)
Parameters
- resourceName
- Type: SystemString
 Name of the resource (module)
- elementName
- Type: SystemString
 Codename of the UIElement to retrieve
Return Value
Type: 
UIElementInfo See Also
See Also