UrlOptionsEnum Enumeration |
Namespace: CMS.DocumentEngine
[FlagsAttribute] public enum UrlOptionsEnum
Member name | Value | Description | |
---|---|---|---|
Default | 1 | URLs for not translated documents should be generated an URLs are not culture specific. | |
ExcludeUntranslatedDocuments | 2 | URLs of not existing culture versions will not be generated. | |
UseCultureSpecificURLs | 4 | 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. |
Copyright (c) 2019 Kentico Software