PipelineLocationEntry ToString Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
The path of the entry.

Namespace: DeltaXML.CoreS9Api
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax

string ToString()

Return Value

Type: String
the entry's path.
Remarks

The string representation of a location is of the following form:

<name> ('/' <pos> '-' <name>)*
where the names and zero-based sibling positions of each of this entry's ancestors is pre-pended to this entry.

For example, the path 'result/4-my-post-processing/2-ignore-whitespace-changes' says that the ignore-whitespace-changes entry, is the third entry of the my-post-processing subchain, which is the fifth entry in the result processing chain.

See Also