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)

Syntax

Visual Basic (Declaration)
Public Overridable Function GetOwner() As String
C#
public virtual string GetOwner()
C++
public:
 virtual String GetOwner()
J#
public virtual string GetOwner()
JScript
public virtual  function GetOwner() : String

Return Value

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

See Also