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 file as a stream.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function OpenBinaryStream As Stream
'Usage
Dim instance As SPFileVersion
Dim returnValue As Stream
returnValue = instance.OpenBinaryStream()
public Stream OpenBinaryStream()
Return value
Type: System.IO.Stream
An SPFileStream object that contains the file version.
Remarks
Exposes a Stream object around a SharePoint Foundation file version.