TextHelper SplitPages Method (String, Int32, Boolean)Kentico 8.1 API Reference
Returns an array of text pages created from the input string according to the page size.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

text
Type: OnlineSystem String
Input string to create pages from
pageSize
Type: OnlineSystem Int32
Page size
processTextDecoded
Type: OnlineSystem Boolean
If true, the plain text within the given text is processed decoded (with entities resolved)

Return Value

Type:  OnlineString 
See Also