Click or drag to resize

PFApplicationServicePackflowApplicationTypeEnactItemPocoItemType Method

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 EnactItem<PocoItemType>(
	string contentTypeName,
	PocoItemType item,
	int stateId,
	int transitionId,
	bool sendNotifications
)
where PocoItemType : PFItem

Parameters

contentTypeName
Type: SystemString
item
Type: PocoItemType
stateId
Type: SystemInt32
transitionId
Type: SystemInt32
sendNotifications
Type: SystemBoolean

Type Parameters

PocoItemType

Return Value

Type: PocoItemType
See Also