Add a new 'XPath' entry.
XPath (BBIE). Refers to another part of the same document instance.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
void AddXPath( IText xPath ) |
| Visual Basic |
|---|
Sub AddXPath ( xPath As IText ) |
| Visual C++ |
|---|
void AddXPath( IText^ xPath ) |
| F# |
|---|
abstract AddXPath : xPath : IText -> unit |
Parameters
- xPath
- Type: Unimaze.Composer.Ubl2.Interfaces..::..IText
The IText to add.