Identifies the owner that exclusively holds the advisory lock on the object. This property is populated as a result of a successful call to the LockObject method. The value of this property is simply a custom string that has no real effect in determining the user of the lock. The owner specified by this property is not validated against any user or group known to the Content Engine. This property is set to null if the Unlock method is called; if the lock expires naturally, then the value remains unchanged.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property LockOwner As String
C#
string LockOwner { get; }
Visual C++
property String^ LockOwner {
	String^ get ();
}
JavaScript
function get_lockOwner();

ToggleRemarks

ToggleSee Also