Click or drag to resize
IObjectGetLockInfo Method
Retrieves information about the object's lock status.

Namespace: PDTec.IceNet.Core.Model
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
void GetLockInfo(
	out bool isLocked,
	out string userName,
	out DateTime timestamp
)

Parameters

isLocked
Type: SystemBoolean
True, if the object is locked. False, if not.
userName
Type: SystemString
The lock owner's name, if locked. Empty string, if not.
timestamp
Type: SystemDateTime
the lock timestamp, if locked. DateTime.MinValue, if not.
See Also