次の方法で共有


File.SaveBinaryDirect メソッド

保護されたメンバーを含む
宣言されたメンバーを含む

Uploads the specified file to a SharePoint site without requiring an ExecuteQuery() method call.

オーバーロード リスト

  名前 説明
パブリック メソッド静的メンバー SaveBinaryDirect(ClientContext, String, Stream, Boolean) Uploads the specified file to a SharePoint site without requiring an ExecuteQuery() method call.
パブリック メソッド静的メンバー SaveBinaryDirect(ClientContext, String, Stream, String) Uploads the specified file to a SharePoint site with the specified Etag without requiring an ExecuteQuery() method call.

Top

注釈

The SaveBinary operation allows file sizes of about 3.3 MB. Consider using SaveBinaryDirect(ClientContext, String, Stream, Boolean) or SaveBinaryDirect(ClientContext, String, Stream, String) if you need a more efficient alternative.

関連項目

参照先

File クラス

File メンバー

Microsoft.SharePoint.Client 名前空間