Get XML Node Attributes

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

RCA.Activities.Core.GetXMLNodeAttributes

Description

The Get XMLNode Attributes activity allows you to retrieve the attributes of an XML Node.

get xml node attributes.jpg

(* for Mandatory)

In the body of activity

  • Enter a VB expression (XNode)* - The XML Node whose attributes you want to retrieve. XNode variable supported only.

Properties

Input

  • Existing XML Node (XNode)* - The XML Node whose attributes you want to retrieve. XNode variable 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: Get XML Node Attributes

Output

  • Attributes (IEnumerable< XAttribute >) - The output variable in IEnumerable containing the retrieved XML node attributes.
  
Navigation