Click or drag to resize

PFItemCommentSave Method

Overload List
  NameDescription
Public methodSave
Applies the data of this object in the database.
Remarks
Calling this method won't update the chat UI in realtime. You can use the second overload of this method to do so.
(Overrides PFBaseObjectSave.)
Public methodSave(Boolean)
Applies the data of this object in the database. If set to true site events will be emitted, allowing the UI (e.g. chat) to update in realtime.
Top
See Also