SPContext.File property
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)
Syntax
'Declaration
Public ReadOnly Property File As SPFile
Get
'Usage
Dim instance As SPContext
Dim value As SPFile
value = instance.File
public SPFile File { get; }
Property value
Type: Microsoft.SharePoint.SPFile
An SPFile object that represents the file.