Click or drag to resize

IMyTableSaveLog Method (UserDB, Int64, IMyTableAction, String)

Namespace:  Scilligence.MolEngine.Web
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public bool SaveLog(
	UserDB db,
	long id,
	IMyTableAction action,
	string note
)

Parameters

db
Type: UserDB
id
Type: SystemInt64
action
Type: Scilligence.MolEngine.WebIMyTableAction
note
Type: SystemString

Return Value

Type: Boolean
See Also