Click or drag to resize

PFRelation_BaseObjectParentType, ChildTypeGetByIds Method (IEnumerableInt64)

Gets objects by their IDs.

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

Parameters

ids
Type: System.Collections.GenericIEnumerableInt64

Return Value

Type: ListChildType
List of found objects.
See Also