Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IPortalSearchRequest.SetObjectTypesToSearch Method 

Restricts the search to the specified ObjectClass(es).

void SetObjectTypesToSearch(
   ObjectClass[] classes
);

Parameters

classes
An array of ObjectClasses to search.

Remarks

If this method is not called, all supported ObjectClass(es) will be searched. Supported ObjectClasses are Documents, Doc Folders, Users, UserGroups and Communities.

Exceptions

Exception Type Condition
ArgumentException One or more unsupported ObjectClasses are included.

See Also

IPortalSearchRequest Interface | Plumtree.Remote.PRC.Search Namespace