RecroDictGetXML Method

Returns all elements of a Scope in XML format.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
public static XmlDocument GetXML(
	string language,
	string scope
)

Parameters

language  String
The language.
scope  String
The Scope.

Return Value

XmlDocument
The XmlDocument.

See Also