Click or drag to resize

PFApplicationServicePackflowApplicationTypeGetItemByReferencePocoItemType Method

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

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 GetItemByReference<PocoItemType>(
	string contentTypeName,
	string itemReference
)
where PocoItemType : PFItem

Parameters

contentTypeName
Type: SystemString
itemReference
Type: SystemString

Type Parameters

PocoItemType

Return Value

Type: PocoItemType
See Also