Click or drag to resize

aceLogRegistryAdd Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds an autosave enabled item, under the key specified

Namespace:  imbACE.Core.core
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public Object Add(
	Object key,
	Object item,
	bool replace = false
)
Request Example View Source

Parameters

key
Type: SystemObject
The key : allowed types are String and Enumerations.
item
Type: SystemObject
The item.
replace (Optional)
Type: SystemBoolean

Return Value

Type: Object
Boolean false if item registration failed otherwise String with reserved file path
See Also