Skip to content

AddProfile

Adds profile data to the case.

1
myCase.AddProfile(input: ( string | [Xml](./../Xml/index.md) )):Case

Parameters

( string | Xml ) input
    The profile data to add, as an XML string or Xml object.

Returns

The current Case instance.

See Also