Click or drag to resize
LoremIpsumGeneratorGetTextByNumberOfWords Method
Gets the lorem ipsum text with specified number of words. Always starts with "Lorem ipsum dolor sit amet".

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetTextByNumberOfWords(
	int words
)

Parameters

words
Type: SystemInt32
Number of words

Return Value

Type: String
See Also