共用方式為


SPFileCollection.Add method (String, Stream, Boolean, Boolean, Stream, String)

使用指定的 URL,包含檔案、 布林值,指定是否要覆寫任何檔案,具有相同的名稱、 布林值,指定是否要檢查必要的欄位、 包含檔案格式的中繼資料,以及用來接收 ETag 輸出變數的資料流的內容資料流的集合中建立的檔案。

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

Syntax

'宣告
Public Function Add ( _
    urlOfFile As String, _
    file As Stream, _
    overwrite As Boolean, _
    checkRequiredFields As Boolean, _
    fileFormatMetaInfo As Stream, _
    <OutAttribute> ByRef etagNew As String _
) As SPFile
'用途
Dim instance As SPFileCollection
Dim urlOfFile As String
Dim file As Stream
Dim overwrite As Boolean
Dim checkRequiredFields As Boolean
Dim fileFormatMetaInfo As Stream
Dim etagNew As String
Dim returnValue As SPFile

returnValue = instance.Add(urlOfFile, _
    file, overwrite, checkRequiredFields, _
    fileFormatMetaInfo, etagNew)
public SPFile Add(
    string urlOfFile,
    Stream file,
    bool overwrite,
    bool checkRequiredFields,
    Stream fileFormatMetaInfo,
    out string etagNew
)

參數

  • overwrite
    Type: System.Boolean

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

  • checkRequiredFields
    Type: System.Boolean

    true來檢查必要的欄位,當儲存檔案。否則, false。

  • fileFormatMetaInfo
    Type: System.IO.Stream

    包含新的檔案的檔案格式中繼資料的資料流。

  • etagNew
    Type: System.String

    將包含此版本的檔案的唯一識別項ETag物件的參考。

傳回值

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

請參閱

參照

SPFileCollection class

SPFileCollection members

Add overload

Microsoft.SharePoint namespace