Click or drag to resize
DocumentURLProviderGetAbsoluteLiveSiteURL Method

Note: This API is now obsolete.

Gets absolute live site URL.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use DocumentUrlProvider.GetAbsoluteUrl() method instead.")]
public static string GetAbsoluteLiveSiteURL(
	TreeNode node
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Tree node to return absolute live site URL for.

Return Value

Type: String
See Also