Click or drag to resize

ObjectPathParentAndRootMonitorgetState Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns state of changes and reset internal change switches if acceptChange is TRUE

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

Parameters

acceptChanges (Optional)
Type: SystemBoolean
if set to true [accept changes].

Return Value

Type: ObjectScopeChangeReport
Changes report
See Also