SPListItem.ServerRedirected property

Gets a Boolean value that indicates whether users who do not have access to view the item, or who do not have the appropriate client application installed, are redirected to server-side rendering of the item when they click a link to view it.

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

Syntax

'Declaration
Public ReadOnly Property ServerRedirected As Boolean
    Get
'Usage
Dim instance As SPListItem
Dim value As Boolean

value = instance.ServerRedirected
public bool ServerRedirected { get; }

Property value

Type: System.Boolean
true if users a redirected to server-side rendering of the item; otherwise, false.

See also

Reference

SPListItem class

SPListItem members

Microsoft.SharePoint namespace