DCPConfiguration getResolvedParameterValue Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Returns the resolved value of the specified pipelinedParameter in the DCP.

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

public string getResolvedParameterValue(
	string parameterName
)

Parameters

parameterName
Type: System String
The name of the parameter.

Return Value

Type: String
The resolved parameter value as a string. Null is returned when no matching parameter is found, or one of the overloaded generate  methods has not been called first.
See Also