共用方式為


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

使用指定的 URL、 位元組陣列,包含檔案的內容,包含檔案的中繼資料的雜湊表和布林值,指定是否要覆寫任何檔案,具有相同名稱的集合中建立的檔案。

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
)

參數

  • file
    Type: []

    位元組陣列,包含檔案。

  • overwrite
    Type: System.Boolean

    若要覆寫相同的名稱,檔案的true 否則, false。

傳回值

Type: Microsoft.SharePoint.SPFile
新加入的檔案。

請參閱

參照

SPFileCollection class

SPFileCollection members

Add overload

Microsoft.SharePoint namespace