Click or drag to resize

PFApplicationServicePackflowApplicationTypeGetAllItemsPocoItemType Method

Gets all items of a given content-type.

Namespace:  Packflow.Interface.Services
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected List<PocoItemType> GetAllItems<PocoItemType>(
	string contentTypeName
)
where PocoItemType : PFItem

Parameters

contentTypeName
Type: SystemString

Type Parameters

PocoItemType

Return Value

Type: ListPocoItemType
See Also