PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Append the given XML to the content of the specified flex zone.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Zone.Append")]
public static void AppendToZone(
	 context,
	string zoneId,
	string xml
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Zone.Append")> _
Public Shared Sub AppendToZone ( _
	context As , _
	zoneId As , _
	xml As  _
)

Parameters

context
IRenderContext
The context.
zoneId
String
The zone id.
xml
String
The XML to append to the zone.

Return Value

See Also

Advanced