Plumtree Portal UI  
 

ClassTypeDescManager.AppearsInMainCreateNewClassMenu Method 

Returns whether this class type appears in the create object dropdown. This method only applies to PTClassTypeDesc class types.

public bool AppearsInMainCreateNewClassMenu(
   int _nClassID
);

Parameters

_nClassID
ClassID of the object.

Return Value

True if this class appears in the create object dropdown.

See Also

ClassTypeDescManager Class | com.plumtree.portaluiinfrastructure.classtypedescriptors Namespace