com.ibm.gre.IRMList.IRMList Function
Constructor

Public void IRMList (string, string, string)
  Type Name Description  
    string xmlList A Records Manager List Item type XML string. See any Records Manager List method for an example of this type of XML.  
    string strPrimaryKeyAttributeName The name of the attribute that you wish to consider as the "Primary Key" for this List. The value of this attribute is returned by the PrimaryKey getter method.  
    string strCaptionAttributeName The name of the attribute that you wish to consider as the "Caption" for this lis. The value of this attribute is returned by the Caption getter method.  
  Return Description  
    void