Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)> _
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)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
public byte[] OpenBinary(
SPOpenBinaryOptions openOptions
)
Parameters
openOptions
Type: Microsoft.SharePoint.SPOpenBinaryOptionsPasses in the value specified from the SPOpenBinaryOptions enumeration.
Return Value
Type: []
Returns a byte array that contains the file content.