SPFile.OpenFileFormatMetaInfoStream method
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function OpenFileFormatMetaInfoStream ( _
etagMatch As String _
) As Stream
'Usage
Dim instance As SPFile
Dim etagMatch As String
Dim returnValue As Stream
returnValue = instance.OpenFileFormatMetaInfoStream(etagMatch)
public Stream OpenFileFormatMetaInfoStream(
string etagMatch
)
Parameters
- etagMatch
Type: System.String
Return value
Type: System.IO.Stream
An Stream object.