Click or drag to resize
DocumentUIHelperGetViewValidateUrl Method
Gets URL for the view validate page.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public static string GetViewValidateUrl(
	string originalUrl,
	UIPageURLSettings settings
)

Parameters

originalUrl
Type: SystemString
Original URL
settings
Type: CMS.UIControlsUIPageURLSettings
Settings object to take parameters from

Return Value

Type: String
See Also