SPFile.OpenBinaryStream-Methode (SPOpenBinaryOptions)
Öffnet die angegebene Datei als Stream und gibt Optionen, die steuern, wie die Datei geöffnet wird.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function OpenBinaryStream ( _
openOptions As SPOpenBinaryOptions _
) As Stream
'Usage
Dim instance As SPFile
Dim openOptions As SPOpenBinaryOptions
Dim returnValue As Stream
returnValue = instance.OpenBinaryStream(openOptions)
public Stream OpenBinaryStream(
SPOpenBinaryOptions openOptions
)
Parameter
openOptions
Typ: Microsoft.SharePoint.SPOpenBinaryOptionsÜbergibt den Wert der SPOpenBinaryOptions -Enumeration angegeben.
Rückgabewert
Typ: System.IO.Stream
Ein System.IO.Stream -Objekt, das die Datei darstellt.