Click or drag to resize
LoremIpsumGeneratorGetText Method
Gets the paragraphs.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetText(
	int paragraphs,
	int wordsPerParagraph,
	int charsPerParagraph,
	int maxWords,
	int maxChars
)

Parameters

paragraphs
Type: SystemInt32
Number of paragraphs
wordsPerParagraph
Type: SystemInt32
Maximum number of words per paragraph
charsPerParagraph
Type: SystemInt32
Maximum number of characters per paragraph
maxWords
Type: SystemInt32
Maximum number of words
maxChars
Type: SystemInt32
Maximum number of characters

Return Value

Type: String
See Also