Plumtree Portal UI  
 

ClassTypeDescManager.GetRegisteredProvInfoForClassType Method 

Returns an array containing all the registered providers for a particular class.

public IProvInfo[] GetRegisteredProvInfoForClassType(
   int _nClassID
);

Parameters

_nClassID
The class ID of the type. (i.e. 38 for Crawler)

Return Value

An array containing all the registered providers for a class. If there are none installed, you get back null.

See Also

ClassTypeDescManager Class | com.plumtree.portaluiinfrastructure.classtypedescriptors Namespace