| LoremIpsumGeneratorGetTextByNumberOfWords Method  | 
            Gets the lorem ipsum text with specified number of words. Always starts with "Lorem ipsum dolor sit amet".
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxpublic static string GetTextByNumberOfWords(
	int words
)
Parameters
- words
 - Type: SystemInt32
Number of words 
Return Value
Type: 
String
See Also