Plumtree Portal UI  
 

ClassTypeDescManager.AppearsInGlobalObjPropMap Method 

Returns whether this class type appears in the global object property map utility. This method only applies to PTClassTypeDesc class types.

public bool AppearsInGlobalObjPropMap(
   int _nClassID
);

Parameters

_nClassID
ClassID of the object.

Return Value

True if this class appears in the global object property map utility.

See Also

ClassTypeDescManager Class | com.plumtree.portaluiinfrastructure.classtypedescriptors Namespace