Activities
latest
false
- UiPath.Activities.Api.Base
- UiPath.Studio.Activities.Api
- UiPath.Studio.Activities.Api.Activities
- UiPath.Studio.Activities.Api.BusyService
- UiPath.Studio.Activities.Api.ExpressionEditor
- UiPath.Studio.Activities.Api.Expressions
- UiPath.Studio.Activities.Api.Licensing
- UiPath.Studio.Activities.Api.Mocking
- UiPath.Studio.Activities.Api.ObjectLibrary
- UiPath.Studio.Activities.Api.PackageBindings
- UiPath.Studio.Activities.Api.ProjectProperties
- UiPath.Studio.Activities.Api.ScopedActivities
- UiPath.Studio.Activities.Api.Settings
- UiPath.Studio.Activities.Api.Wizards
- UiPath.Studio.Activities.Api.Workflow
- UiPath.Studio.Api.Controls
- UiPath.Studio.Api.Telemetry
- UiPath.Studio.Api.Theme
Developer Activities
Last updated Oct 25, 2023
Deserialize XML
UiPath.WebAPI.Activities.DeserializeXml
Description
Deserializes an XML string to an XDocument object. For more information on XDocument
objects, go here.
Project compatibility
Windows - Legacy | Windows | Cross-platform
Cross-platform configuration
- XMLString - A string or string variable containing the XML to be deserialized. This field supports only strings and string variables.
Advanced options
Output
- XMLDocument - The deserialized XML document, as an XDocument variable.
Windows - Legacy, Windows configuration
Properties panel
Input
-
XMLString - A string or string variable containing the XML to be deserialized. This field supports only strings and string variables.
Note: If the string provided in this property field is not valid XML syntax, an error is thrown at runtime.
Output
- XMLDocument - The deserialized XML document, as an XDocument variable.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
- Result - A boolean variable that is true if the regular expression finds a match, false otherwise.
Common
- DisplayName - The display name of the activity.