SPExternalBinaryIdCollection Class

A collection of BinaryID values provides using an SPExternalBinaryId object, and that correspond with binary files stored in an External BLOB Store.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.SPExternalBinaryIdCollection

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public NotInheritable Class SPExternalBinaryIdCollection _
    Implements IEnumerable(Of SPExternalBinaryId), IEnumerable
'Usage
Dim instance As SPExternalBinaryIdCollection
public sealed class SPExternalBinaryIdCollection : IEnumerable<SPExternalBinaryId>, 
    IEnumerable

Remarks

For more information, see Overview of External BLOB Storage in SharePoint Foundation.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SPExternalBinaryIdCollection Members

Microsoft.SharePoint Namespace

Microsoft.SharePoint.SPExternalBinaryId

Other Resources

BLOB Access Interface: ISPExternalBinaryProvider

Overview of External BLOB Storage in SharePoint Foundation