Click or drag to resize
DocumentUIHelperGetPageNotAvailable Method (String, String)
Gets URL for new document language version page.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public static string GetPageNotAvailable(
	string reason,
	string documentName
)

Parameters

reason
Type: SystemString
Reason why the page is not available
documentName
Type: SystemString
Document name

Return Value

Type: String
See Also