共用方式為


SPFile.SaveBinary method (Byte[])

根據指定的位元組陣列的二進位格式儲存的檔案。

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

Syntax

'宣告
Public Sub SaveBinary ( _
    file As Byte() _
)
'用途
Dim instance As SPFile
Dim file As Byte()

instance.SaveBinary(file)
public void SaveBinary(
    byte[] file
)

參數

  • file
    Type: []

    位元組陣列,包含檔案。

Exceptions

Exception Condition
Exception

儲存檔案時發生錯誤。

備註

這個方法會呼叫SaveBinary(Stream, Boolean, Boolean, String, String, Stream, String)與new MemoryStream(file)、 false、 false、 null 、 null 、 null ,未使用的字串。

如果已啟用版本控制的檔案所屬的文件庫, SaveBinary方法會建立SPFileVersion物件。

請參閱

參照

SPFile class

SPFile members

SaveBinary overload

Microsoft.SharePoint namespace