Click or drag to resize

PFRelation_ItemCommentInsert Method

Creates and saves 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 Insert(
	string comment = ""
)

Parameters

comment (Optional)
Type: SystemString
Optional comment content.

Return Value

Type: PFItemComment
The new persisted comment instance.
See Also