Click or drag to resize

PFRelation_ItemCommentAdd Method

Creates a new comment instance.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFItemComment Add(
	string comment = ""
)

Parameters

comment (Optional)
Type: SystemString
Optional comment content.

Return Value

Type: PFItemComment
Non-yet-persisted comment instance.
Exceptions
ExceptionCondition
AccessDeniedExceptionNo comment can be added on this item.
See Also