RecroDictGetXML Method

Note: This API is now obsolete.
Returns all elements of a Scope in XML format.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.17.0.25.0502.1
C#
[ObsoleteAttribute("Use GetXMLAsync instead", true)]
public static XmlDocument GetXML(
	string language,
	string scope
)

Parameters

language  String
The language.
scope  String
The Scope.

Return Value

XmlDocument
The XmlDocument.

See Also