SPFile.OpenFileFormatMetaInfoStream method
從資料庫取得此檔案的檔案格式的中繼資訊。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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
Type: System.String
傳回值
Type: System.IO.Stream
Stream 物件。
備註
使用權限檢查 (傳回只有您所見的檔案層級) 的 SPFile.Level 來完成。