UIContextHelperGetElementDialogUrl Method (String, String, Int32, String) |
Returns dialog UI element URL, appends automatically Dialog and Hash parameters.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax public static string GetElementDialogUrl(
string moduleName,
string elementName,
int objectId = 0,
string additionalQuery = null
)
Parameters
- moduleName
- Type: SystemString
Element's module name - elementName
- Type: SystemString
Element's name - objectId (Optional)
- Type: SystemInt32
Object ID to append to query - additionalQuery (Optional)
- Type: SystemString
Additional query for URL
Return Value
Type:
StringSee Also