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.
Extract container xml (f.e. a form) and place it within container_start en container_end zones.

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

Syntax

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

Parameters

context
IRenderContext
The context.
xml
String
The zones enclosed in a container.

Return Value

String

See Also

Advanced