Click or drag to resize
ContentUrlRetrieverResolveModeAndAction Method
Gets correct action based on given display mode.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected void ResolveModeAndAction(
	UIPageURLSettings settings
)

Parameters

settings
Type: CMS.UIControlsUIPageURLSettings
URL configuration object

Return Value

Type: 
Returns 'content' action when action is not set and given node corresponds with 'content' action
See Also