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 parent file object for the version.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property File As SPFile
Get
'Usage
Dim instance As SPFileVersion
Dim value As SPFile
value = instance.File
public SPFile File { get; }
Property value
Type: Microsoft.SharePoint.SPFile
An SPFile object that represents the parent file.