DCPConfiguration getProcessingInstruction Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Returns the value of a processing instruction that is a child node of the root element of the DCP. Processing instruction values are available as soon as the DCPConfiguration is instantiated.

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

public string getProcessingInstruction(
	string instructionName
)

Parameters

instructionName
Type: System String
The name of the processing-instruction (cannot be in a namespace).

Return Value

Type: String
The processing-instruction value.
See Also