Case AddProfile¶ Adds profile data to the case. myCase.AddProfile(input: ( string | Xml )):Case (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