Returns an array of text pages created from the input string according to the page size.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- text
- Type: System String
Input string to create pages from
- pageSize
- Type: System Int32
Page size
- processTextDecoded
- Type: System Boolean
If true, the plain text within the given text is processed decoded (with entities resolved)
Return Value
Type: StringSee Also