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: 12.0.0
Syntax public static string GetTextByNumberOfWords(
int words
)
Parameters
- words
- Type: SystemInt32
Number of words
Return Value
Type:
StringSee Also