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,
	string classes
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Zone.SetDynamicZones")> _
Public Shared Sub SetDynamicZones ( _
	context As , _
	xml As , _
	classes As  _
)

Parameters

context
IRenderContext
The context.
xml
String
The XML containing the zone data.
classes
String
One or more classes that will be added to the output zone element(s). For example, use 'raw' to suppress SXML rendering of the zone data.

See Also

Advanced