LoremIpsumGeneratorGetText Method |
Gets the paragraphs.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax 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:
StringSee Also