Click or drag to resize

PFRelation_BaseObjectParentType, ChildTypeGetByGuids Method (Guid)

Gets objects by their GUIDs.

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> GetByGuids(
	params Guid[] guids
)

Parameters

guids
Type: SystemGuid

Return Value

Type: ListChildType
List of found objects.
See Also