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)
Syntax
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPExternalBinaryIdCollection _
Implements IEnumerable(Of SPExternalBinaryId)
Dim instance As SPExternalBinaryIdCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPExternalBinaryIdCollection : IEnumerable<SPExternalBinaryId>
Remarks
For more information, see Overview of External BLOB Storage in Windows SharePoint Services.
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
The BLOB Access Interface: ISPExternalBinaryProvider
Overview of External BLOB Storage in Windows SharePoint Services