PFApplicationServicePackflowApplicationTypeGetItemsByGuidPocoItemType Method |
Gets items of a given content-type by their guids.
Namespace:
Packflow.Interface.Services
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax protected List<PocoItemType> GetItemsByGuid<PocoItemType>(
string contentTypeName,
List<Guid> itemGuids
)
where PocoItemType : PFItem
Parameters
- contentTypeName
- Type: SystemString
- itemGuids
- Type: System.Collections.GenericListGuid
Type Parameters
- PocoItemType
Return Value
Type:
ListPocoItemTypeSee Also