DocumentUIHelperGetDocumentPageUrl Method (UIPageURLSettings, FuncUIPageURLSettings, String) |
Gets page URL for the user interface.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax 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:
StringSee Also