Moves the section.

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

Syntax

C#
public void MoveSection(
	string sectionUuid,
	string beforeSectionUuid
)
Visual Basic (Declaration)
Public Sub MoveSection ( _
	sectionUuid As String, _
	beforeSectionUuid As String _
)
Visual C++
public:
virtual void MoveSection(
	String^ sectionUuid, 
	String^ beforeSectionUuid
) sealed

Parameters

sectionUuid
Type: System..::.String
Section UUID.
beforeSectionUuid
Type: System..::.String
Before section UUID.

Implements

IEventEditor..::.MoveSection(String, String)

See Also