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

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

Syntax

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

Parameters

context
IRenderContext
The context.
targetId
String
The target placeholder id.

See Also

Advanced