Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies flags for a redirect operation.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<FlagsAttribute> _
Public Enumeration SPRedirectFlags
Dim instance As SPRedirectFlags
[FlagsAttribute]
public enum SPRedirectFlags
Members
| Member name | Description | |
|---|---|---|
| Default | Use default settings for the redirect. | |
| CheckUrl | Check the redirect Uniform Resource Locator (URL). | |
| Static | The redirect is static. | |
| Trusted | The redirect is trusted. | |
| RelativeToLayoutsPage | The redirect occurs relative to the layouts page. | |
| RelativeToLocalizedLayoutsPage | The redirect occurs relative to the localized layouts page. | |
| UseSource | Use the source for the redirect. | |
| DoNotEndResponse | Do not end the response after the redirect. | |
| DoNotEncodeUrl | Do not encode the redirect URL. |