Click or drag to resize

ParagraphServiceGetParagraphByParagraphOrPageIds Method

Namespace:  Dynamicweb.Content
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public IEnumerable<Paragraph> GetParagraphByParagraphOrPageIds(
	List<int> paragraphIds,
	List<int> pageIds
)

Parameters

paragraphIds
Type: System.Collections.GenericListInt32
pageIds
Type: System.Collections.GenericListInt32

Return Value

Type: IEnumerableParagraph

Implements

IParagraphServiceGetParagraphByParagraphOrPageIds(ListInt32, ListInt32)
See Also