Click or drag to resize

PFRelation_BaseObjectParentType, ChildTypeGetByIds Method (Int64)

Gets objects 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<ChildType> GetByIds(
	params long[] ids
)

Parameters

ids
Type: SystemInt64

Return Value

Type: ListChildType
List of found objects.
See Also