Click or drag to resize

PFApplicationServicePackflowApplicationTypeGetItemEvents Method

Gets all events of an item.

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 List<PFItemEvent> GetItemEvents(
	string contentTypeName,
	long itemId
)

Parameters

contentTypeName
Type: SystemString
itemId
Type: SystemInt64

Return Value

Type: ListPFItemEvent
See Also