Click or drag to resize
DocumentUIHelperGetDocumentPageUrl Method (UIPageURLSettings, FuncUIPageURLSettings, String)
Gets UI page page URL.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public static string GetDocumentPageUrl(
	UIPageURLSettings settings,
	Func<UIPageURLSettings, string> getActionUrl
)

Parameters

settings
Type: CMS.UIControlsUIPageURLSettings
URL configuration object
getActionUrl
Type: SystemFuncUIPageURLSettings, String
Function to retrieve the action page URL

Return Value

Type: String
See Also