SPFile.OpenFileFormatMetaInfoStream 方法
从数据库中获取此文件的文件格式的元信息。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function OpenFileFormatMetaInfoStream ( _
etagMatch As String _
) As Stream
用法
Dim instance As SPFile
Dim etagMatch As String
Dim returnValue As Stream
returnValue = instance.OpenFileFormatMetaInfoStream(etagMatch)
public Stream OpenFileFormatMetaInfoStream(
string etagMatch
)
参数
- etagMatch
类型:System.String
返回值
类型:System.IO.Stream
一个Stream对象。
备注
权限检查完成的 SPFile.Level (返回只有您可以看到的文件级别)。