CloudmersiveConvertModelFactory.XmlRemoveWithXPathResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of XmlRemoveWithXPathResult(Nullable<Int32>, String, Nullable<Boolean>, List<String>).
public static Azure.Connectors.Sdk.CloudmersiveConvert.Models.XmlRemoveWithXPathResult XmlRemoveWithXPathResult(int? nodesRemovedCount = default, string resultingXmlDocument = default, bool? successful = default, System.Collections.Generic.List<string> xmlNodesRemoved = default);
static member XmlRemoveWithXPathResult : Nullable<int> * string * Nullable<bool> * System.Collections.Generic.List<string> -> Azure.Connectors.Sdk.CloudmersiveConvert.Models.XmlRemoveWithXPathResult
Public Shared Function XmlRemoveWithXPathResult (Optional nodesRemovedCount As Nullable(Of Integer) = Nothing, Optional resultingXmlDocument As String = Nothing, Optional successful As Nullable(Of Boolean) = Nothing, Optional xmlNodesRemoved As List(Of String) = Nothing) As XmlRemoveWithXPathResult
Parameters
- resultingXmlDocument
- String