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 public List<ChildType> GetByGuids(
params Guid[] guids
)
Parameters
- guids
- Type: SystemGuid
Return Value
Type:
ListChildTypeList of found objects.
See Also