File.SaveBinaryDirect Method
Include Protected Members
Include Inherited Members
Uploads the specified file to a SharePoint site without requiring an ExecuteQuery() method call.
Overload List
Name | Description | |
---|---|---|
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