Click or drag to resize

PFApplicationServicePackflowApplicationTypeAddItemPocoItemType Method (String, String)

Creates an item (not persisted) for 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 AddItem<PocoItemType>(
	string contentTypeName,
	string contextName
)
where PocoItemType : PFItem

Parameters

contentTypeName
Type: SystemString
contextName
Type: SystemString

Type Parameters

PocoItemType

Return Value

Type: PocoItemType
See Also