Click or drag to resize
DocumentURLProviderGetPresentationUrlHandlerPath Method
Returns a 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: 10.0.0
Syntax
C#
public static string GetPresentationUrlHandlerPath(
	string cultureName,
	int nodeID,
	string query = ""
)

Parameters

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

Return Value

Type: String
See Also