Click or drag to resize

PFApplicationServicePackflowApplicationTypeSaveItemPocoItemType Method

Saves an item 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
C#
protected PocoItemType SaveItem<PocoItemType>(
	string contentTypeName,
	PocoItemType item
)
where PocoItemType : PFItem

Parameters

contentTypeName
Type: SystemString
item
Type: PocoItemType

Type Parameters

PocoItemType

Return Value

Type: PocoItemType
See Also