This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Adds data to the given placeholder.

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

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Add")]
public static void AddToPlaceHolder(
	 context,
	string targetId,
	params [] columnValues
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Add")> _
Public Shared Sub AddToPlaceHolder ( _
	context As , _
	targetId As , _
	ParamArray columnValues As () _
)

Parameters

context
IRenderContext
The context.
targetId
String
The target placeholder id.
columnValues
array<Object>[]()
The column values.

See Also

Advanced