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.
Creates a WepPage object for rendering on the internal channel 'Null channel (code=000)'.

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

Syntax

C#Copy imageCopy Code
public  CreateWebPage(
	 context,
	int itemNumber,
	string renderTemplate
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function CreateWebPage ( _
	context As , _
	itemNumber As Integer, _
	renderTemplate As  _
) As 

Parameters

context
IRenderContext
The context
itemNumber
Int32
The item number of the item to render.
renderTemplate
String
Render template body (must be fully qualified XML with SXML namespace - http://smartsite.nl/namespaces/sxml/1.0 )

Return Value

See Also

Advanced