Click or drag to resize
UrlOptionsEnum Enumeration
Defines format of culture specific URLs. Enum is Flags enum.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
[FlagsAttribute]
public enum UrlOptionsEnum
Members
  Member nameValueDescription
Default1 URLs for not translated documents should be generated an URLs are not culture specific.
ExcludeUntranslatedDocuments2 URLs of not existing culture versions will not be generated.
UseCultureSpecificURLs4 Returns URL for the document aliasPath and document URL path (preferable if document URL path is not wildcard URL). Without this option the culture code or alias is added to the URL as a query parameter.
See Also