UIContextHelperGetElementUrl Method (String, String, UIContext) |
Returns element's url based on element's type
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax public static string GetElementUrl(
string moduleName,
string elementName,
UIContext context = null
)
Parameters
- moduleName
- Type: SystemString
Element's module - elementName
- Type: SystemString
Element's name - context (Optional)
- Type: CMS.PortalEngineUIContext
Control's UI context
Return Value
Type:
StringSee Also