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.
Set the dynamic zones using the flex zone data from the XML parameter.

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

Syntax

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

Parameters

context
IRenderContext
The context.
xml
String
The XML containing the zone data.

See Also

Advanced