DuplicateStepNameException getDuplicateStepName Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Returns the PipelineStep name that has caused the Exception to be thrown.

Namespace: com.deltaxml.cores9api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax

public virtual string getDuplicateStepName()

Return Value

Type: String
a String representing the name of the PipelineStep whose addition attempt caused the Exception
Remarks

Returns the PipelineStep name that has caused the Exception to be thrown.
See Also