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.
Renders an item on the internal channel 'Null channel (code=000)'. This way, no physical channel mapping is needed.

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

Syntax

C#Copy imageCopy Code
public  RenderItem(
	 context,
	int itemNumber,
	string renderTemplate
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function RenderItem ( _
	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

Object

See Also

Advanced