Click or drag to resize

aceLoglogAutoSavePermission Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets if automatic save is allowed for the instance

Namespace:  imbACE.Core.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static bool logAutoSavePermission(
	builderForLog source,
	DateTime lastAutoSave,
	bool saveFromAceLog = false
)
Request Example View Source

Parameters

source
Type: imbACE.Core.corebuilderForLog
The source.
lastAutoSave
Type: SystemDateTime
The last automatic save.
saveFromAceLog (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
See Also