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.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public static string GetPageHandlerLivePath(
int nodeId,
string cultureCode
)
Parameters
- nodeId
- Type: SystemInt32
Page node ID. - cultureCode
- Type: SystemString
Page culture code.
Return Value
Type:
StringSee Also