Plumtree Portal UI  
 

ClassTypeDescManager.GetDefaultIconForClassType Method (Int32, String)

Returns the default icon to use for this PT class type.

public HTMLImg GetDefaultIconForClassType(
   int _nClassID,
   string _strLangID
);

Parameters

_nClassID
ClassID to get icon for.
_strLangID
If no icon, set alt in this language.

Return Value

The default icon to use for this PT class type.

See Also

ClassTypeDescManager Class | com.plumtree.portaluiinfrastructure.classtypedescriptors Namespace | ClassTypeDescManager.GetDefaultIconForClassType Overload List