Explicitly removes the lock from this object. Only the user who locked the object may remove the lock. If the current user is not the user of the lock, the current user can still remove the lock provided that user has
permission on the object. An exception is thrown if the above conditions are not met. Upon successful execution of this method, the values for the object's LockOwner, LockToken, and LockTimeout properties are removed (set to
). If you do not call
to explicitly remove the lock, the lock is implicitly removed when the lock's timeout value expires.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)