Copies the section from.

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

Syntax

C#
public string CopySectionFrom(
	string srcSectionUuid,
	string srcUri,
	string beforeSectionUuid
)
Visual Basic (Declaration)
Public Function CopySectionFrom ( _
	srcSectionUuid As String, _
	srcUri As String, _
	beforeSectionUuid As String _
) As String
Visual C++
public:
virtual String^ CopySectionFrom(
	String^ srcSectionUuid, 
	String^ srcUri, 
	String^ beforeSectionUuid
) sealed

Parameters

srcSectionUuid
Type: System..::.String
source section UUID.
srcUri
Type: System..::.String
source URI.
beforeSectionUuid
Type: System..::.String
Before section UUID.

Return Value

string

Implements

IEventEditor..::.CopySectionFrom(String, String, String)

See Also