| TextHelperSplitPages Method (String, Int32) | 
            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: 9.0.0
Syntaxpublic static string[] SplitPages(
	string text,
	int pageSize
)
Parameters
- text
 - Type: SystemString
Input string to create pages from - pageSize
 - Type: SystemInt32
Page size 
Return Value
Type: 
String
See Also