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