DrillDownData Method
Description
Request for drill down data. Pass entity type and a list of IDs and get a list of entities (as in NewList request)
Syntax
Visual Basic
Public Function DrillDownData( _
   ByVal EntityType As String, _
   ByVal IdList As String _
) As List
Parameters
EntityType
IdList
See Also