共用方式為


SPOpenBinaryOptions enumeration

提供時開啟二進位資料流檔案時使用OpenBinaryOpenBinaryStream方法傳遞的值。

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<FlagsAttribute> _
Public Enumeration SPOpenBinaryOptions
'用途
Dim instance As SPOpenBinaryOptions
[FlagsAttribute]
public enum SPOpenBinaryOptions

Members

Member name Description
None 提供在 [開啟二進位檔案資料流沒有選項。
Unprotected 可讓呼叫端將略過 「 資訊版權管理 (IRM) 上的原則文件庫,並接收未受保護檔案的複本。
SkipVirusScan 開啟二進位資料流檔案但不執行病毒掃描啟用。

請參閱

參照

Microsoft.SharePoint namespace

SPFile.OpenBinary

SPFile.OpenBinaryStream