RequestStatusEnum Enumeration |
URL rewriting results enum.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public enum RequestStatusEnum
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.
|
| GetFileHandler | 7 |
Url path is processed by CMS handlers (GetAttachmentHandler, GetMetafileHandler, GetMediaHandler etc.)
|
| SystemPage | 8 |
System page.
|
| GetProduct | 10 |
Gets product page.
|
| GetProductFile | 11 |
Gets e-product file.
|
| RESTService | 12 |
REST Service request
|
| SentFromCache | 13 |
The output was sent from the cache
|
See Also