Deserialize XML

Last modified by VuNH54 on 2023/04/21 11:35

 RCA.Activities.Core.DeserializeXML

Description

The Deserialize XML activity allows you to deserialize an XML to an XDocument object.

deserialize.jpg

(* for Mandatory)

In the body of activity

  • Enter a VB expression (String)* - Input string or a string variable containing the XML to be deserialized. String variable and Strings supported only.

Properties

Input

  • XMLString (String)* - Input string or a string variable containing the XML to be deserialized. String variable and Strings supported only.

Misc

  • Public (Checkbox) - If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it.
  • Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
    E.g: Deserialize XML

Output

  • XML Document (XDocument) - The deserialized XML document stored in a variable.
  
Navigation