Case AddProfile¶ Adds profile data to the case. 1myCase.AddProfile(input: ( string | Xml )):Case Parameters¶ ( string | Xml ) input The profile data to add, as an XML string or Xml object. Returns¶ The current Case instance. See Also¶ Case Xml