PFApplicationServicePackflowApplicationTypeAddItemPocoItemType Method (String, Int64) |
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 protected PocoItemType AddItem<PocoItemType>(
string contentTypeName,
long contextId
)
where PocoItemType : PFItem
Parameters
- contentTypeName
- Type: SystemString
- contextId
- Type: SystemInt64
Type Parameters
- PocoItemType
Return Value
Type:
PocoItemTypeSee Also