Click or drag to resize

PFRelation_ContentTypeItem_CastablePFItemTypeGetByGuids Method (ListGuid)

Gets items filtered 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 List<PFItemType> GetByGuids(
	List<Guid> guids
)

Parameters

guids
Type: System.Collections.GenericListGuid
Guid of each item to find.

Return Value

Type: ListPFItemType
List of found items.
See Also