SPFile.OpenBinaryStream Method
Include Protected Members
Include Inherited Members
Allows you to open a file stream object and specify options that control how the file opens.
Overload List
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. |
Top