Click or drag to resize

PFRelation_ContentTypeItem_CastablePFItemTypeGetByIds Method (IEnumerableInt64)

Gets items filtered by their ids. This is more optimized than calling GetById multiple times.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<PFItemType> GetByIds(
	IEnumerable<long> ids
)

Parameters

ids
Type: System.Collections.GenericIEnumerableInt64
Id of each item to find.

Return Value

Type: ListPFItemType
List of found items.
See Also