SPFileCollection.Add Method (String, Byte[], Hashtable, Boolean)

Creates a file in the collection based on the specified URL, a byte array that contains a file, and a hash table that contains metadata for the file, overwriting any file of the same name only if overwrite is true.

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

Syntax

Public Function Add ( _
    urlOfFile As String, _
    file As Byte(), _
    properties As Hashtable, _
    overwrite As Boolean _
) As SPFile

Dim instance As SPFileCollection
Dim urlOfFile As String
Dim file As Byte()
Dim properties As Hashtable
Dim overwrite As Boolean
Dim returnValue As SPFile

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

Parameters

  • urlOfFile
    Type: System.String
    A string that specifies the URL for the file.
  • file
    Type: []
    A byte array containing the file.
  • overwrite
    Type: System.Boolean
    true to overwrite a file of the same name; otherwise, false.

Return Value

Type: Microsoft.SharePoint.SPFile
An SPFile object that represents the file.

See Also

Reference

SPFileCollection Class

SPFileCollection Members

Add Overload

Microsoft.SharePoint Namespace