Click or drag to resize
UIContextHelperCorrectChildParentRelations Method
Appends URL suffix to element's URL. Replace objectID for parentobjectID if object types are different (parent-child)

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static string CorrectChildParentRelations(
	string url,
	UIElementInfo ui,
	UIContext context,
	string action
)

Parameters

url
Type: SystemString
URL to correct
ui
Type: CMS.ModulesUIElementInfo
Child UI element
context
Type: CMS.PortalEngineUIContext
Control's UI context
action
Type: SystemString
Action parameter set usually by URL

Return Value

Type: String
See Also