Returns a String containing the intended value of the LockOwner property of the underlying object.

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

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Function GetOwner As String
C#
public virtual string GetOwner()
Visual C++
public:
virtual String^ GetOwner()
JavaScript
function getOwner();

Return Value

A String containing the name of the user holding the lock.

ToggleSee Also