Aqualogic Interaction API  
 

IPTAccessor.GetFields Method 

Returns a 2D array containing the metadata found in the document. The first column contains the name of the field, as a string. The second column contains the value of the field. This matrix is row-major: name = fields[row][0] value = fields[row][1]

object[][] GetFields();

Return Value

the fields found in the document

See Also

IPTAccessor Interface | com.plumtree.server Namespace