Click or drag to resize

ParagraphService.GetParagraphsByItemTypes Method

Namespace:  Dynamicweb.Content
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public IEnumerable<Paragraph> GetParagraphsByItemTypes(
	IEnumerable<string> itemTypes
)

Parameters

itemTypes
Type: System.Collections.Generic.IEnumerable<String>

Return Value

Type: IEnumerable<Paragraph>

Implements

IParagraphService.GetParagraphsByItemTypes(IEnumerable<String>)
See Also