Click or drag to resize
DocumentURLProviderGetAbsoluteLiveSiteURL Method
Gets absolute live site URL according to SSL option of node and ensure proper port if custom port for Http/Https is defined.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public static string GetAbsoluteLiveSiteURL(
	TreeNode node
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Node for editing liveURL

Return Value

Type: String
Remarks
If site is content only, SSL options and custom SSL port policies are not enforced.
See Also