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.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public static string GetAbsoluteLiveSiteURL(
TreeNode node
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Tree node to return absolute live site URL for.
Return Value
Type:
StringRemarks If site is content only, SSL options and custom SSL port policies are not enforced.
See Also