Click or drag to resize
HomePageUrlBehaviorEnum Enumeration
Home page URL behavior options.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public enum HomePageUrlBehaviorEnum
Members
  Member nameValueDescription
Keep0 Keep the URL as it is. No special handling is performed.
UseDomain1 Use domain without the actual page URL path.
UsePath2 Use page URL path.
See Also