Click or drag to resize
AlternativeUrlHelperIsAlternativeUrlUIEnabled Method
Indicates if the alternative URLs UI is enabled for given site.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static bool IsAlternativeUrlUIEnabled(
	SiteInfoIdentifier site
)

Parameters

site
Type: CMS.DataEngineSiteInfoIdentifier
Site context.

Return Value

Type: Boolean
See Also