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

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

Syntax

C#Copy imageCopy Code
[(IsExtensionMethod = true)]
public virtual void AddLine(
	string data
)
Visual Basic (Declaration)Copy imageCopy Code
<(IsExtensionMethod := True)> _
Public Overridable Sub AddLine ( _
	data As  _
)

Parameters

data
String
The data to add to the placeholder.

See Also

Advanced