Gets the XML changes.

Namespace:  GrassValley.Mseries.Editor
Assembly:  GrassValley.Mseries.Editor (in GrassValley.Mseries.Editor.dll) Version: 1.0.0.0

Syntax

C#
public void GetXmlChanges(
	int maxCount,
	ref int count,
	out string xmlData
)
Visual Basic (Declaration)
Public Sub GetXmlChanges ( _
	maxCount As Integer, _
	ByRef count As Integer, _
	<OutAttribute> ByRef xmlData As String _
)
Visual C++
public:
virtual void GetXmlChanges(
	int maxCount, 
	int% count, 
	[OutAttribute] String^% xmlData
) sealed

Parameters

maxCount
Type: System..::.Int32
Max count.
count
Type: System..::.Int32 %
Count.
xmlData
Type: System..::.String %
XML data.

Implements

ISimpleEditor..::.GetXmlChanges(Int32, Int32%, String%)

Remarks

This function returns an XML document whose elements represent changes made to the Editor’s asset since the last time GetXmlChanges was called. XML attributes indicate the specific change.

See Also