SPFile.OpenBinary method (SPOpenBinaryOptions)

Opens the specified file as a byte array and specifies options that control how the file opens.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function OpenBinary ( _
    openOptions As SPOpenBinaryOptions _
) As Byte()
'Usage
Dim instance As SPFile
Dim openOptions As SPOpenBinaryOptions
Dim returnValue As Byte()

returnValue = instance.OpenBinary(openOptions)
public byte[] OpenBinary(
    SPOpenBinaryOptions openOptions
)

Parameters

Return value

Type: []
Returns a byte array that contains the file content.

See also

Reference

SPFile class

SPFile members

OpenBinary overload

Microsoft.SharePoint namespace

SPFile.OpenBinary

Microsoft.SharePoint.SPOpenBinaryOptions