Click or drag to resize
RequestStatusEnum Enumeration
URL rewriting results enum.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public enum RequestStatusEnum
Members
  Member nameValueDescription
Unknown-1 Unknown result.
NotPage0 Url path isn't document page.
PathRewritten1 Url path is rewritten, the page is document page.
PathRedirected2 Url path is redirected.
PathExcluded3 Url path is excluded.
PathRewrittenDisableOutputFilter4 Url path is rewritten and output filter is disabled.
PageNotFound5 Page not found.
CustomHandler6 Custom handler.
GetFile7 Gets file script.
SystemPage8 System page.
TrackbackPage9 Blog post trackback page.
GetProduct10 Gets product page.
MVCPage11 Skips the default URL rewriting process.
GetProductFile12 Gets e-product file.
RESTService13 REST Service request
SentFromCache14 The output was sent from the cache
See Also