Click or drag to resize

PFApplicationServicePackflowApplicationTypeGetItemByGuidPocoItemType Method

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

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 GetItemByGuid<PocoItemType>(
	string contentTypeName,
	Guid itemGuid
)
where PocoItemType : PFItem

Parameters

contentTypeName
Type: SystemString
itemGuid
Type: SystemGuid

Type Parameters

PocoItemType

Return Value

Type: PocoItemType
See Also