Plumtree Portal UI  
 

IPTClassTypeDesc.GetRelatedClassTypeIDs Method 

This method lets you associate the class ID for this PTClassType with other class IDs. One application for this is at the end of the editor creation wizard, it provides shortcut links to create related objets. Return NULL if there are no related class types.

int[] GetRelatedClassTypeIDs();

Return Value

An array of related class IDs. May be NULL.

See Also

IPTClassTypeDesc Interface | com.plumtree.portaluiinfrastructure.classtypedescriptors Namespace