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.
Gets the file that is associated with the list item object of the given Microsoft SharePoint Foundation context.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property File As SPFile
Get
'Usage
Dim instance As SPContext
Dim value As SPFile
value = instance.File
public SPFile File { get; }
Type: Microsoft.SharePoint.SPFile
An SPFile object that represents the file.