Microsoft.SharePoint


SPFieldFile Class (Microsoft.SharePoint)
Represents a field that contains a file.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public Class SPFieldFile
    Inherits SPField
Visual Basic (Usage)
Dim instance As SPFieldFile
C#
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] 
public class SPFieldFile : SPField
Remarks

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.

NoteNote:

Windows SharePoint Services 3.0 does not support inheriting from this class.

Inheritance Hierarchy

System.Object
   Microsoft.SharePoint.SPField
    Microsoft.SharePoint.SPFieldFile
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also

Tags :


Page view tracker