Plumtree Portal UI  
 

ClassTypeDescManager.GetRegisteredProvInfoGivenEnglishName Method 

Given the English name of a provider this passes back the ProvInfo descriptor.

public IProvInfo GetRegisteredProvInfoGivenEnglishName(
   string _strProvInfoEngName
);

Parameters

_strProvInfoEngName
The provider English name.

Return Value

The ProvInfo class. Null if not found.

See Also

ClassTypeDescManager Class | com.plumtree.portaluiinfrastructure.classtypedescriptors Namespace