SPFile.IsSharedAccessRequested property

Gets a Boolean value that indicates whether shared access has been requested for the file.

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

Syntax

'Declaration
Public ReadOnly Property IsSharedAccessRequested As Boolean
    Get
'Usage
Dim instance As SPFile
Dim value As Boolean

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

Property value

Type: System.Boolean
Boolean
true if shared access was requested for the file; otherwise, false.

See also

Reference

SPFile class

SPFile members

Microsoft.SharePoint namespace