PFApplicationServicePackflowApplicationTypeSaveItemsPocoItemType Method |
Saves multiple items in 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 protected List<PocoItemType> SaveItems<PocoItemType>(
string contentTypeName,
List<PocoItemType> items
)
where PocoItemType : PFItem
Parameters
- contentTypeName
- Type: SystemString
- items
- Type: System.Collections.GenericListPocoItemType
Type Parameters
- PocoItemType
Return Value
Type:
ListPocoItemTypeSee Also