PFApplicationServicePackflowApplicationTypeCreateItemPocoItemType Method (String, Int64, String, Int64) |
Creates an item (persisted) for a given content-type, with an owner item.
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 CreateItem<PocoItemType>(
string contentTypeName,
long contextId,
string ownerItemRelationName,
long ownerItemId
)
where PocoItemType : PFItem
Parameters
- contentTypeName
- Type: SystemString
- contextId
- Type: SystemInt64
- ownerItemRelationName
- Type: SystemString
- ownerItemId
- Type: SystemInt64
Type Parameters
- PocoItemType
Return Value
Type:
PocoItemTypeSee Also