Gets the XML changes.

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

Syntax

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

Parameters

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

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