Enum RequestStatusEnum
URL rewriting results enum.
public enum RequestStatusEnum
- Extension Methods
Fields
CustomHandler = 6
Custom handler.
GetFileHandler = 7
Url path is processed by CMS handlers (GetMetafileHandler, GetMediaHandler etc.)
GetProduct = 10
Gets product page.
GetProductFile = 11
Gets e-product file.
NotPage = 0
Url path isn't document page.
PageNotFound = 5
Page not found.
PathExcluded = 3
Url path is excluded.
PathRedirected = 2
Url path is redirected.
PathRewrittenDisableOutputFilter = 4
Url path is rewritten and output filter is disabled.
RESTService = 12
REST Service request
SystemPage = 8
System page.
Unknown = -1
Unknown result.