Implementing a BulkAssociationNavigator

Applies to: SharePoint Server 2010

In this article
Description
Syntax
Examples

Description

A BulkAssociationNavigator method instance returns external items that are related to the given set of external items.

This stereotype requires a list of collections of external items, where each collection contains an external item for every source external content type of the BulkAssociationNavigator. This stereotype should return external items that are associated with external items in any of the given collections and are based on the destination external content type of the AssociationNavigator.

This method can potentially return many external items. Rich filtering should be used to filter the results and optimize the behavior. For more information about how to use filters, see IFilterCollection.

This method should return an IEntityInstanceEnumerator.

Syntax

Following is a typical method signature for a BulkAssociationNavigator method:

long CheckAccess(IdType1[] id1, etc…)

Examples

Code Snippet: Implementing a BulkAssociationNavigator

See Also

Concepts

XML Snippet: Modeling a BulkAssociationNavigator Method

Code Snippet: Execute the BulkAssociationNavigator Method Instance of an External Content Type