ICollectionResolver InterfaceICollectionResolver InterfaceICollectionResolver Interface

An interface used to resolve external collections of nodes.

Syntax

Public Interface ICollectionResolver
public interface ICollectionResolver
public:
interface class ICollectionResolver
 
The ICollectionResolverICollectionResolverICollectionResolver type exposes the following members.

Methods

 MethodDescription
Public methodResolveCollectionResolveCollectionResolveCollection Resolves a URI to a collection, or resolves the default collection.

Top

Remarks

The ICollectionResolverICollectionResolverICollectionResolver is used by the DocumentSetDocumentSetDocumentSet to retrieve collections when evaluating the fn:collection and fn:collection-available functions.

The ICollectionResolverICollectionResolverICollectionResolver is specified as part of the DocumentSetDocumentSetDocumentSet set using the DocumentSetDocumentSetDocumentSet property.

In conjunction with the DocumentSetDocumentSetDocumentSet this defines the available collections and default collection components of the dynamic context.