ClientErrorCodes.Redirect field

Provides a constant integer that indicates that the server should redirect the request to another URL.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Const Redirect As Integer
'Usage
Dim value As Integer

value = ClientErrorCodes.Redirect
public const int Redirect

Remarks

The value is always -2130575152. The value of the URL is stored in ErrorValue.

See also

Reference

ClientErrorCodes class

ClientErrorCodes members

Microsoft.SharePoint.Client namespace