SPOpenBinaryOptions enumeration

Provides values to pass when opening a binary stream file when using the OpenBinary or OpenBinaryStream methods.

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

'Declaration
<FlagsAttribute> _
Public Enumeration SPOpenBinaryOptions
'Usage
Dim instance As SPOpenBinaryOptions
[FlagsAttribute]
public enum SPOpenBinaryOptions

Members

Member name Description
None Provides no options on opening the binary file stream.
Unprotected Enables the caller to bypass the Information Rights Management (IRM) policies on a document library and receive a unprotected copy of the file.
SkipVirusScan Enables opening a binary stream file without running a virus scan.

See also

Reference

Microsoft.SharePoint namespace

SPFile.OpenBinary

SPFile.OpenBinaryStream