Aqualogic Interaction API  
 

IPTPropertyMap.MapFields Method 

Maps Fields to Properties. Given a list of field names and their values, the mapping is used to generate a list of Property IDs and their values. If a Field is found to be unmapped in the local mapping, then the parent mapping is consulted.

object MapFields(
   object[][] vSafeArrayFields
);

Parameters

vSafeArrayFields
A 2D array of Field Names and their values.

Return Value

A 2D array of Property IDs and the Field values that they are mapped to.

See Also

IPTPropertyMap Interface | com.plumtree.server Namespace