SPFile.OpenBinary Method
Include Protected Members
Include Inherited Members
Allows you to open a byte array and specify options that control how the file opens.
Overload List
Name | Description | |
---|---|---|
OpenBinary() | Opens the file in binary format. | |
OpenBinary(SPOpenBinaryOptions) | Opens the specified file as a byte array and specifies options that control how the file opens. |
Top