Click or drag to resize

IParagraphServiceGetParagraphsByIds Method

Namespace:  Dynamicweb.Content
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
IEnumerable<Paragraph> GetParagraphsByIds(
	IEnumerable<int> ids
)

Parameters

ids
Type: System.Collections.GenericIEnumerableInt32

Return Value

Type: IEnumerableParagraph
See Also