SPFileCollection.Add method (String, Byte[], Hashtable)

Creates a file in the collection using the specified URL, a byte array that contains the contents of a file, and a hash table that contains metadata for the file.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function Add ( _
    urlOfFile As String, _
    file As Byte(), _
    properties As Hashtable _
) As SPFile
'Usage
Dim instance As SPFileCollection
Dim urlOfFile As String
Dim file As Byte()
Dim properties As Hashtable
Dim returnValue As SPFile

returnValue = instance.Add(urlOfFile, _
    file, properties)
public SPFile Add(
    string urlOfFile,
    byte[] file,
    Hashtable properties
)

Parameters

  • urlOfFile
    Type: System.String

    The site-relative URL of the file.

  • file
    Type: []

    A byte array that contains the file.

Return value

Type: Microsoft.SharePoint.SPFile
The newly added file.

See also

Reference

SPFileCollection class

SPFileCollection members

Add overload

Microsoft.SharePoint namespace