Aqualogic Interaction API  
 

IPTProperty.SetMappings Method 

Properties are associated with specified classes of Plumtree objects. For example, the "Home Address" Property might apply to User objects, but not to Portlet objects. The SetMappings call specifies to which Class IDs this Property is relevant.

void SetMappings(
   int[] classIDs
);

Parameters

classIDs
a 1D int array of the class IDs of the relevant classes, from the PT_CLASSIDS constants.

See Also

IPTProperty Interface | com.plumtree.server Namespace