Click or drag to resize
DocumentUIHelperGetAbsolutePageUrl Method
Gets absolute URL of given page in the given culture for administration.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
public static string GetAbsolutePageUrl(
	TreeNode page,
	string cultureCode
)

Parameters

page
Type: CMS.DocumentEngineTreeNode
Page to return the URL for.
cultureCode
Type: SystemString
Culture for which the absolute URL should be returned.

Return Value

Type: String
Remarks
If request is from administration alias domain the presentation URL of such alias will be used to resolve URL.
See Also