SPFile::OpenBinaryStream method
SharePoint 2013
Allows a user to open a file stream object and specify options that control how the file opens.
| Name | Description | |
|---|---|---|
|
OpenBinaryStream() | Opens the file as a stream. |
|
OpenBinaryStream(SPOpenBinaryOptions) | Opens the specified file as a stream and specifies options that control how the file opens. |
|
OpenBinaryStream(SPOpenBinaryOptions, String, String) | Opens the file as a stream based on the specified options. |
|
OpenBinaryStream(SPOpenBinaryOptions, String, SPFileRightsManagementSettings, String, String) |
Show: