Click or drag to resize
DocumentURLProviderGetPresentationUrlHandlerPath Method

Note: This API is now obsolete.

Gets relative URL path to PresentationUrlRedirect handler with parameters based on which the live page URL can be generated when needed.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use DocumentUIHelper.GetPageHandlerLivePath() method instead.")]
public static string GetPresentationUrlHandlerPath(
	string cultureName,
	int nodeID,
	string query = ""
)

Parameters

cultureName
Type: SystemString
Page culture code.
nodeID
Type: SystemInt32
Node ID as an unique identifier.
query (Optional)
Type: SystemString
Additional query parameters (optional).

Return Value

Type: String
See Also