SPFieldFile class
Represents a field that contains a file.
System.Object
Microsoft.SharePoint.SPField
Microsoft.SharePoint.SPFieldFile
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Class SPFieldFile _
Inherits SPField
'Usage
Dim instance As SPFieldFile
public class SPFieldFile : SPField
If you set properties of the SPFieldFile class you must call the Update method for changes to take effect in the database.
An SPFieldFile object can be rendered through the FileField server control.
The SPFieldFile class corresponds to the File data type that is specified through the Type attribute of the Field element.
Note
Windows SharePoint Services 3.0 does not support inheriting from this class.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.