Click or drag to resize

PFApplicationServicePackflowApplicationTypeGetItemByIdPocoItemType Method

Gets an item of a given content-type by its id.

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 GetItemById<PocoItemType>(
	string contentTypeName,
	long itemId
)
where PocoItemType : PFItem

Parameters

contentTypeName
Type: SystemString
itemId
Type: SystemInt64

Type Parameters

PocoItemType

Return Value

Type: PocoItemType
See Also