URL rewriting results enum.
            
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | -1 | Unknown result. | |
| NotPage | 0 | Url path isn't document page. | |
| PathRewritten | 1 | Url path is rewritten, the page is document page. | |
| PathRedirected | 2 | Url path is redirected. | |
| PathExcluded | 3 | Url path is excluded. | |
| PathRewrittenDisableOutputFilter | 4 | Url path is rewritten and output filter is disabled. | |
| PageNotFound | 5 | Page not found. | |
| CustomHandler | 6 | Custom handler. | |
| GetFile | 7 | Gets file script. | |
| SystemPage | 8 | System page. | |
| TrackbackPage | 9 | Blog post trackback page. | |
| GetProduct | 10 | Gets product page. | |
| MVCPage | 11 | Skips the default URL rewriting process. | |
| GetProductFile | 12 | Gets e-product file. | |
| RESTService | 13 | REST Service request | |
| SentFromCache | 14 | The output was sent from the cache | 
See Also