Click or drag to resize
DocumentUIHelperGetPageHandlerLivePath Method
Returns a relative URL path to PresentationUrlRedirect handler with parameters based on which the page live site URL can be generated when needed.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
public static string GetPageHandlerLivePath(
	int nodeId,
	string cultureCode
)

Parameters

nodeId
Type: SystemInt32
Page node ID.
cultureCode
Type: SystemString
Page culture code.

Return Value

Type: String
See Also