Click or drag to resize
UIContextHelperGetElementDialogUrl Method (UIElementInfo, Int32, String)
Returns dialog UI element URL, appends automatically Dialog and Hash parameters.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetElementDialogUrl(
	UIElementInfo ui,
	int objectId = 0,
	string additionalQuery = null
)

Parameters

ui
Type: CMS.ModulesUIElementInfo
Target element
objectId (Optional)
Type: SystemInt32
Object ID to append to query
additionalQuery (Optional)
Type: SystemString
Additional query for URL

Return Value

Type: String
See Also