This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Specifies how to handle line breaks.

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

Syntax

C#Copy imageCopy Code
public enum NewLineHandling
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration NewLineHandling

Members

Member nameDescription
None
The new line characters are unchanged.
Lf
A single linefeed (\n) character is used as line break.

See Also

Smartsite.Core Namespace
Advanced