Share via


SPFileCollection.Add Method (String, Stream)

Creates a file in the collection using the specified URL and a stream that contains the contents of a file.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.MarshalByRefObject)> _
Public Function Add ( _
    urlOfFile As String, _
    file As Stream _
) As SPFile
'Usage
Dim instance As SPFileCollection
Dim urlOfFile As String
Dim file As Stream
Dim returnValue As SPFile

returnValue = instance.Add(urlOfFile, _
    file)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.MarshalByRefObject)]
public SPFile Add(
    string urlOfFile,
    Stream file
)

Parameters

  • urlOfFile
    Type: System.String

    The site-relative URL of the file.

Return Value

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

See Also

Reference

SPFileCollection Class

SPFileCollection Members

Add Overload

Microsoft.SharePoint Namespace