Click or drag to resize
DocumentUIHelper.GetDocumentPageUrl Method (UIPageURLSettings, Func<UIPageURLSettings, String>)
Gets UI page page URL.

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

Parameters

settings
Type: CMS.UIControls.UIPageURLSettings
URL configuration object
getActionUrl
Type: System.Func<UIPageURLSettings, String>
Function to retrieve the action page URL

Return Value

Type: String
See Also