ERP Integrator V2 - Online Help
ERP Integrator V2
Questions / Feedback?

XPath Property

Provides a way to point to a specific segment in the document.

Syntax

[VB.NET]
Public Property XPath As String

[C#]
public string XPath {get; set;}

Remarks

The path is a series of one or more segment accessors separated by '/'. The path can be absolute (starting with '/') or relative to the current XPath location.

The following are possible values for an element accessor:

name The first segment of the current container with the given schema name
name[i] The i-th segment of the current container with the given schema-name
[i] The i-th segment of the current container
[last()] The last segment of the current container
[last()-i] The segment located at the last location minus i in the current container
.. The parent of the current container

When XPath is set to a valid path, XSegment points to the name of the segment, with XChildren providing the number of children the segment has. The fields of the current segment are provided in the XFields collection.

This property is not available at design time.

Default Value

""

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0