Click or drag to resize

PFApplicationServicePackflowApplicationTypeAddItemComment Method

Adds a new comment in 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 PFItemComment AddItemComment(
	string contentTypeName,
	long itemId,
	string text
)

Parameters

contentTypeName
Type: SystemString
itemId
Type: SystemInt64
text
Type: SystemString

Return Value

Type: PFItemComment
See Also