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.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax 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:
StringSee Also