Click or drag to resize

cCoreeBatchLockType Enumeration

Enum describing the type of batch lock that is currently active.

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public enum eBatchLockType
Members
  Member nameValueDescription
NotSet0Lock is not active.
Update1Lock is set for updating values.
Restructure2Lock is set for restructuring data, e.g. adding, removing or reordering items.
See Also