SPFile.SaveBinary Method
Include Protected Members
Include Inherited Members
Saves the file in binary format.
Overload List
Name | Description | |
---|---|---|
SaveBinary([]) | Saves the file in binary format based on the specified byte array. | |
SaveBinary(Stream) | Saves the file in binary format based on the specified stream. | |
SaveBinary([], Boolean) | Saves the file in binary format based on the specified byte array and a Boolean value that specifies whether to check required fields. | |
SaveBinary(Stream, Boolean) | Saves the file in binary format based on the specified stream and a Boolean value that specifies whether to check required fields. |
Top