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 public PFItemComment Add(
string comment = ""
)
Parameters
- comment (Optional)
- Type: SystemString
Optional comment content.
Return Value
Type:
PFItemComment
Non-yet-persisted comment instance.
Exceptions See Also