Copies the section from.

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

Syntax

C#
string CopySectionFrom(
	string srcSectionUuid,
	string srcUri,
	string beforeSectionUuid
)
Visual Basic (Declaration)
Function CopySectionFrom ( _
	srcSectionUuid As String, _
	srcUri As String, _
	beforeSectionUuid As String _
) As String
Visual C++
String^ CopySectionFrom(
	String^ srcSectionUuid, 
	String^ srcUri, 
	String^ beforeSectionUuid
)

Parameters

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

Return Value

string

See Also