MapResultOrigin getMapResultOrigin Method DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Returns a MapResultOrigin object from the supplied String value if appropriate.

Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax

public static MapResultOrigin getMapResultOrigin(
	string value
)

Parameters

value
Type: System String
a String representation of a MapResultOrigin value

Return Value

Type: MapResultOrigin
the MapResultOrigin instance corresponding to the parameter, or null if the value is invalid
Remarks

Returns a MapResultOrigin object from the supplied String value if appropriate.

This method should not be used under normal circumstances, enum instance values should be used instead.

See Also