Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IContainerProvider.AttachToContainer Method 

Returns a specific container for further querying.

IContainer AttachToContainer(
   string containerLocation,
   ChildRequestHint hint,
   string locale
);

Parameters

containerLocation
the path to the requested container The first call to attachToContainer will use the value from
CrawlerConstants.TAG_PATH
, which should be set in the crawler editor. Subsequent calls will use the location values returned by
IContainer.getChildContainers
hint
a ChildRequestHint indicating what kind of query the portal will do
locale
the locale information to pass to the backend

Return Value

an implementation of the IContainer interface

See Also

IContainerProvider Interface | Plumtree.Remote.Crawler Namespace