SPExternalBinaryId.Bytes Property
Gets an IList<T> object that provides the BinaryId values that allow you to retrieve binary files for an External BLOB Store.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property Bytes As IList(Of Byte)
Get
'Usage
Dim instance As SPExternalBinaryId
Dim value As IList(Of Byte)
value = instance.Bytes
public IList<byte> Bytes { get; }
Property Value
Type: System.Collections.Generic.IList<Byte>
Returns a read-only IList<T> object that provides the bytes that match BinaryId property values.
Remarks
Provides an IList<T> containing the bytes that match the BinaryId values returned in the ppbBinaryId parameter on the StoreBinary method on the external data store provider (see BLOB Access Interface: ISPExternalBinaryProvider).
See Also
Reference
Microsoft.SharePoint Namespace
Microsoft.SharePoint.SPExternalBinaryIdCollection