save


Description:

[ Version ( since = "3.24" ) ]
public virtual bool save (MIRecord? record, StringBuilder bdata_str)

Save the this content to the message info record record.

It can populate all but the record->bdata value, which is set fro mthe bdata_str. Use helper functions util_bdata_put_number and util_bdata_put_string to put data into the bdata_str.

Parameters:

this

a MessageInfo

record

a MIRecord to populate

bdata_str

a StringBuilder with a string to save as backend specific data (bdata)

Returns:

Whether the save succeeded.