Partager via


File.SaveBinaryDirect - Méthode

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

Liste de surcharges

  Nom Description
Méthode publiqueMembre statique SaveBinaryDirect(ClientContext, String, Stream, Boolean) Uploads the specified file to a SharePoint site without requiring an ExecuteQuery() method call.
Méthode publiqueMembre statique SaveBinaryDirect(ClientContext, String, Stream, String) Uploads the specified file to a SharePoint site with the specified Etag without requiring an ExecuteQuery() method call.

Haut

Remarques

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.

Voir aussi

Référence

File classe

File - Membres

Microsoft.SharePoint.Client - Espace de noms