ListChildrenIndentChar Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Sets or gets the character that will be used as indent char when rendering the html code.

Namespace: ContentStudio.Site.ActiveScripting.Document
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public char IndentChar { get; set; }

Property Value

Type: Char
This character must be a whitespace (such as blank or tab) character. The default value is blankspace.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThe value is not a whitespace.
ArgumentOutOfRangeException The value is not a white space character.
See Also

Reference