Click or drag to resize

ObjectPathChangeMonitorgetPathChange Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
TEels if scope path was changed than last call with markAsUnchanged set TRUE

Namespace:  imbSCI.Data.data
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public bool getPathChange(
	bool markAsUnchanged = true
)
Request Example View Source

Parameters

markAsUnchanged (Optional)
Type: SystemBoolean
if set to true if will change state to unchange

Return Value

Type: Boolean
TRUE if scope-s path is different than last call with markAsUnchanged set TRUE
See Also