Click or drag to resize

PFApplicationServicePackflowApplicationTypeGetItemComments Method

Gets all comments 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<PFItemComment> GetItemComments(
	string contentTypeName,
	long itemId
)

Parameters

contentTypeName
Type: SystemString
itemId
Type: SystemInt64

Return Value

Type: ListPFItemComment
See Also