Click or drag to resize

PFRelation_BaseObjectParentType, ChildTypeGetByGuids Method (ListGuid)

Gets objects by their GUIDs. This is more optimized than calling GetByGuid 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 virtual List<ChildType> GetByGuids(
	List<Guid> guids
)

Parameters

guids
Type: System.Collections.GenericListGuid

Return Value

Type: ListChildType
List of found objects.
See Also